mirror of
https://codeberg.org/timelimit/timelimit-server.git
synced 2026-08-31 19:03:45 +02:00
3.4 KiB
3.4 KiB
ServerExtendedDeviceData Schema
https://timelimit.io/ServerDataStatus#/definitions/ServerExtendedDeviceData
| 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* |
ServerExtendedDeviceData Type
object (ServerExtendedDeviceData)
ServerExtendedDeviceData Properties
| Property | Type | Required | Nullable | Defined by |
|---|---|---|---|---|
| deviceId | string |
Required | cannot be null | ServerDataStatus |
| appsBase | object |
Optional | cannot be null | ServerDataStatus |
| appsDiff | object |
Optional | cannot be null | ServerDataStatus |
deviceId
deviceId
-
is required
-
Type:
string -
cannot be null
-
defined in: ServerDataStatus
deviceId Type
string
appsBase
appsBase
-
is optional
-
Type:
object(ServerCryptContainer) -
cannot be null
-
defined in: ServerDataStatus
appsBase Type
object (ServerCryptContainer)
appsDiff
appsDiff
-
is optional
-
Type:
object(ServerCryptContainer) -
cannot be null
-
defined in: ServerDataStatus
appsDiff Type
object (ServerCryptContainer)