mirror of
https://codeberg.org/timelimit/timelimit-server.git
synced 2025-10-03 09:49:32 +02:00
4.7 KiB
4.7 KiB
SerializedInstalledApp Schema
https://timelimit.io/SerializedAppLogicAction#/definitions/SerializedInstalledApp
Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Access Restrictions | Defined In |
---|---|---|---|---|---|---|---|
Can be instantiated | No | Unknown status | No | Forbidden | Forbidden | none | SerializedAppLogicAction.schema.json* |
SerializedInstalledApp Type
object
(SerializedInstalledApp)
SerializedInstalledApp Properties
Property | Type | Required | Nullable | Defined by |
---|---|---|---|---|
packageName | string |
Required | cannot be null | SerializedAppLogicAction |
title | string |
Required | cannot be null | SerializedAppLogicAction |
isLaunchable | boolean |
Required | cannot be null | SerializedAppLogicAction |
recommendation | string |
Required | cannot be null | SerializedAppLogicAction |
packageName
packageName
- is required
- Type:
string
- cannot be null
- defined in: SerializedAppLogicAction
packageName Type
string
title
title
- is required
- Type:
string
- cannot be null
- defined in: SerializedAppLogicAction
title Type
string
isLaunchable
isLaunchable
- is required
- Type:
boolean
- cannot be null
- defined in: SerializedAppLogicAction
isLaunchable Type
boolean
recommendation
recommendation
- is required
- Type:
string
(AppRecommendation) - cannot be null
- defined in: SerializedAppLogicAction
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" |