mirror of
https://codeberg.org/timelimit/timelimit-server.git
synced 2025-10-03 09:49:32 +02:00
12 KiB
12 KiB
ServerUpdatedCategoryBaseData Schema
https://timelimit.io/ServerDataStatus#/definitions/ServerUpdatedCategoryBaseData
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* |
ServerUpdatedCategoryBaseData Type
object
(ServerUpdatedCategoryBaseData)
ServerUpdatedCategoryBaseData Properties
Property | Type | Required | Nullable | Defined by |
---|---|---|---|---|
categoryId | string |
Required | cannot be null | ServerDataStatus |
childId | string |
Required | cannot be null | ServerDataStatus |
title | string |
Required | cannot be null | ServerDataStatus |
blockedTimes | string |
Required | cannot be null | ServerDataStatus |
extraTime | number |
Required | cannot be null | ServerDataStatus |
extraTimeDay | number |
Required | cannot be null | ServerDataStatus |
tempBlocked | boolean |
Required | cannot be null | ServerDataStatus |
tempBlockTime | number |
Required | cannot be null | ServerDataStatus |
version | string |
Required | cannot be null | ServerDataStatus |
parentCategoryId | string |
Required | cannot be null | ServerDataStatus |
blockAllNotifications | boolean |
Required | cannot be null | ServerDataStatus |
timeWarnings | number |
Required | cannot be null | ServerDataStatus |
mblCharging | number |
Required | cannot be null | ServerDataStatus |
mblMobile | number |
Required | cannot be null | ServerDataStatus |
sort | number |
Required | cannot be null | ServerDataStatus |
networks | array |
Required | cannot be null | ServerDataStatus |
categoryId
categoryId
- is required
- Type:
string
- cannot be null
- defined in: ServerDataStatus
categoryId Type
string
childId
childId
- is required
- Type:
string
- cannot be null
- defined in: ServerDataStatus
childId Type
string
title
title
- is required
- Type:
string
- cannot be null
- defined in: ServerDataStatus
title Type
string
blockedTimes
blockedTimes
- is required
- Type:
string
- cannot be null
- defined in: ServerDataStatus
blockedTimes Type
string
extraTime
extraTime
- is required
- Type:
number
- cannot be null
- defined in: ServerDataStatus
extraTime Type
number
extraTimeDay
extraTimeDay
- is required
- Type:
number
- cannot be null
- defined in: ServerDataStatus
extraTimeDay Type
number
tempBlocked
tempBlocked
- is required
- Type:
boolean
- cannot be null
- defined in: ServerDataStatus
tempBlocked Type
boolean
tempBlockTime
tempBlockTime
- is required
- Type:
number
- cannot be null
- defined in: ServerDataStatus
tempBlockTime Type
number
version
version
- is required
- Type:
string
- cannot be null
- defined in: ServerDataStatus
version Type
string
parentCategoryId
parentCategoryId
- is required
- Type:
string
- cannot be null
- defined in: ServerDataStatus
parentCategoryId Type
string
blockAllNotifications
blockAllNotifications
- is required
- Type:
boolean
- cannot be null
- defined in: ServerDataStatus
blockAllNotifications Type
boolean
timeWarnings
timeWarnings
- is required
- Type:
number
- cannot be null
- defined in: ServerDataStatus
timeWarnings Type
number
mblCharging
mblCharging
- is required
- Type:
number
- cannot be null
- defined in: ServerDataStatus
mblCharging Type
number
mblMobile
mblMobile
- is required
- Type:
number
- cannot be null
- defined in: ServerDataStatus
mblMobile Type
number
sort
sort
- is required
- Type:
number
- cannot be null
- defined in: ServerDataStatus
sort Type
number
networks
networks
- is required
- Type:
object[]
(ServerCategoryNetworkId) - cannot be null
- defined in: ServerDataStatus
networks Type
object[]
(ServerCategoryNetworkId)