mirror of
https://codeberg.org/timelimit/timelimit-server.git
synced 2025-10-03 09:49:32 +02:00
2.6 KiB
2.6 KiB
ServerDeviceList Schema
https://timelimit.io/ServerDataStatus#/definitions/ServerDeviceList
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* |
ServerDeviceList Type
object
(ServerDeviceList)
ServerDeviceList Properties
Property | Type | Required | Nullable | Defined by |
---|---|---|---|---|
version | string |
Required | cannot be null | ServerDataStatus |
data | array |
Required | cannot be null | ServerDataStatus |
version
version
- is required
- Type:
string
- cannot be null
- defined in: ServerDataStatus
version Type
string
data
data
- is required
- Type:
object[]
(ServerDeviceData) - cannot be null
- defined in: ServerDataStatus
data Type
object[]
(ServerDeviceData)