mirror of
https://codeberg.org/timelimit/timelimit-server.git
synced 2025-10-03 01:39:31 +02:00
3.4 KiB
3.4 KiB
ServerUpdatedCategoryTasks Schema
https://timelimit.io/ServerDataStatus#/definitions/ServerUpdatedCategoryTasks
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* |
ServerUpdatedCategoryTasks Type
object
(ServerUpdatedCategoryTasks)
ServerUpdatedCategoryTasks Properties
Property | Type | Required | Nullable | Defined by |
---|---|---|---|---|
categoryId | string |
Required | cannot be null | ServerDataStatus |
version | string |
Required | cannot be null | ServerDataStatus |
tasks | 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
tasks
tasks
-
is required
-
Type:
object[]
(ServerUpdatedCategoryTask) -
cannot be null
-
defined in: ServerDataStatus
tasks Type
object[]
(ServerUpdatedCategoryTask)