mirror of
https://codeberg.org/timelimit/timelimit-server.git
synced 2026-08-31 19:03:45 +02:00
3.5 KiB
3.5 KiB
ServerUpdatedCategoryUsedTimes Schema
https://timelimit.io/ServerDataStatus#/definitions/ServerUpdatedCategoryUsedTimes
| 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* |
ServerUpdatedCategoryUsedTimes Type
object (ServerUpdatedCategoryUsedTimes)
ServerUpdatedCategoryUsedTimes Properties
| Property | Type | Required | Nullable | Defined by |
|---|---|---|---|---|
| categoryId | string |
Required | cannot be null | ServerDataStatus |
| times | array |
Required | cannot be null | ServerDataStatus |
| version | string |
Required | cannot be null | ServerDataStatus |
categoryId
categoryId
- is required
- Type:
string - cannot be null
- defined in: ServerDataStatus
categoryId Type
string
times
times
- is required
- Type:
object[](ServerUsedTimeItem) - cannot be null
- defined in: ServerDataStatus
times Type
object[] (ServerUsedTimeItem)
version
version
- is required
- Type:
string - cannot be null
- defined in: ServerDataStatus
version Type
string