mirror of
https://codeberg.org/timelimit/timelimit-server.git
synced 2025-10-03 01:39:31 +02:00
4.5 KiB
4.5 KiB
CategoryDataStatus Schema
https://timelimit.io/ClientPullChangesRequest#/definitions/CategoryDataStatus
Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Access Restrictions | Defined In |
---|---|---|---|---|---|---|---|
Can be instantiated | No | Unknown status | No | Forbidden | Forbidden | none | ClientPullChangesRequest.schema.json* |
CategoryDataStatus Type
object
(CategoryDataStatus)
CategoryDataStatus Properties
Property | Type | Required | Nullable | Defined by |
---|---|---|---|---|
base | string |
Required | cannot be null | ClientPullChangesRequest |
apps | string |
Required | cannot be null | ClientPullChangesRequest |
rules | string |
Required | cannot be null | ClientPullChangesRequest |
usedTime | string |
Required | cannot be null | ClientPullChangesRequest |
tasks | string |
Optional | cannot be null | ClientPullChangesRequest |
base
base
- is required
- Type:
string
- cannot be null
- defined in: ClientPullChangesRequest
base Type
string
apps
apps
- is required
- Type:
string
- cannot be null
- defined in: ClientPullChangesRequest
apps Type
string
rules
rules
- is required
- Type:
string
- cannot be null
- defined in: ClientPullChangesRequest
rules Type
string
usedTime
usedTime
- is required
- Type:
string
- cannot be null
- defined in: ClientPullChangesRequest
usedTime Type
string
tasks
tasks
- is optional
- Type:
string
- cannot be null
- defined in: ClientPullChangesRequest
tasks Type
string