timelimit-server/docs/schema/serverdatastatus-definitions-serializedinstalledapp.md
2021-05-24 02:00:00 +02:00

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

packageName Type

string

title

title

title Type

string

isLaunchable

isLaunchable

isLaunchable Type

boolean

recommendation

recommendation

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"