mirror of
https://codeberg.org/timelimit/timelimit-server.git
synced 2025-10-03 17:59:24 +02:00
4.1 KiB
4.1 KiB
ServerInstalledAppsData Schema
https://timelimit.io/ServerDataStatus#/definitions/ServerInstalledAppsData
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* |
ServerInstalledAppsData Type
object
(ServerInstalledAppsData)
ServerInstalledAppsData Properties
Property | Type | Required | Nullable | Defined by |
---|---|---|---|---|
deviceId | string |
Required | cannot be null | ServerDataStatus |
version | string |
Required | cannot be null | ServerDataStatus |
apps | array |
Required | cannot be null | ServerDataStatus |
activities | array |
Required | cannot be null | ServerDataStatus |
deviceId
deviceId
-
is required
-
Type:
string
-
cannot be null
-
defined in: ServerDataStatus
deviceId Type
string
version
version
-
is required
-
Type:
string
-
cannot be null
-
defined in: ServerDataStatus
version Type
string
apps
apps
-
is required
-
Type:
object[]
(SerializedInstalledApp) -
cannot be null
-
defined in: ServerDataStatus
apps Type
object[]
(SerializedInstalledApp)
activities
activities
-
is required
-
Type:
object[]
(SerializedAppActivityItem) -
cannot be null
-
defined in: ServerDataStatus
activities Type
object[]
(SerializedAppActivityItem)