mirror of
https://codeberg.org/timelimit/timelimit-server.git
synced 2026-08-31 19:03:45 +02:00
4.4 KiB
4.4 KiB
SerializedInstalledApp Schema
https://timelimit.io/ServerDataStatus#/definitions/SerializedInstalledApp
| 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* |
SerializedInstalledApp Type
object (SerializedInstalledApp)
SerializedInstalledApp Properties
| Property | Type | Required | Nullable | Defined by |
|---|---|---|---|---|
| packageName | string |
Required | cannot be null | ServerDataStatus |
| title | string |
Required | cannot be null | ServerDataStatus |
| isLaunchable | boolean |
Required | cannot be null | ServerDataStatus |
| recommendation | string |
Required | cannot be null | ServerDataStatus |
packageName
packageName
-
is required
-
Type:
string -
cannot be null
-
defined in: ServerDataStatus
packageName Type
string
title
title
-
is required
-
Type:
string -
cannot be null
-
defined in: ServerDataStatus
title Type
string
isLaunchable
isLaunchable
-
is required
-
Type:
boolean -
cannot be null
-
defined in: ServerDataStatus
isLaunchable Type
boolean
recommendation
recommendation
-
is required
-
Type:
string(AppRecommendation) -
cannot be null
-
defined in: ServerDataStatus
recommendation Type
string (AppRecommendation)
recommendation Constraints
enum: the value of this property must be equal to one of the following values:
| Value | Explanation |
|---|---|
"blacklist" |
|
"none" |
|
"whitelist" |