mirror of
https://codeberg.org/timelimit/timelimit-server.git
synced 2025-10-03 09:49:32 +02:00
3.5 KiB
3.5 KiB
ServerUpdatedTimeLimitRules Schema
https://timelimit.io/ServerDataStatus#/definitions/ServerUpdatedTimeLimitRules
Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Access Restrictions | Defined In |
---|---|---|---|---|---|---|---|
Can be instantiated | No | Unknown status | No | Forbidden | Forbidden | none | ServerDataStatus.schema.json* |
ServerUpdatedTimeLimitRules Type
object
(ServerUpdatedTimeLimitRules)
ServerUpdatedTimeLimitRules Properties
Property | Type | Required | Nullable | Defined by |
---|---|---|---|---|
categoryId | string |
Required | cannot be null | ServerDataStatus |
version | string |
Required | cannot be null | ServerDataStatus |
rules | array |
Required | cannot be null | ServerDataStatus |
categoryId
categoryId
- is required
- Type:
string
- cannot be null
- defined in: ServerDataStatus
categoryId Type
string
version
version
- is required
- Type:
string
- cannot be null
- defined in: ServerDataStatus
version Type
string
rules
rules
- is required
- Type:
object[]
(ServerTimeLimitRule) - cannot be null
- defined in: ServerDataStatus
rules Type
object[]
(ServerTimeLimitRule)