timelimit-server/docs/schema/serializedchildaction.md
2021-05-24 02:00:00 +02:00

7.5 KiB

SerializedChildAction Schema

https://timelimit.io/SerializedChildAction
Abstract Extensible Status Identifiable Custom Properties Additional Properties Access Restrictions Defined In
Cannot be instantiated Yes Unknown status Unknown identifiability Forbidden Allowed none SerializedChildAction.schema.json

SerializedChildAction Type

merged type (SerializedChildAction)

any of

SerializedChildAction Definitions

Definitions group SerializedChildChangePasswordAction

Reference this group by using

{"$ref":"https://timelimit.io/SerializedChildAction#/definitions/SerializedChildChangePasswordAction"}
Property Type Required Nullable Defined by
type string Required cannot be null SerializedChildAction
password object Required cannot be null SerializedChildAction

type

type

type Type

string

type Constraints

enum: the value of this property must be equal to one of the following values:

Value Explanation
"CHILD_CHANGE_PASSWORD"

password

password

password Type

object (ParentPassword)

Definitions group ParentPassword

Reference this group by using

{"$ref":"https://timelimit.io/SerializedChildAction#/definitions/ParentPassword"}
Property Type Required Nullable Defined by
hash string Required cannot be null SerializedChildAction
secondHash string Required cannot be null SerializedChildAction
secondSalt string Required cannot be null SerializedChildAction

hash

hash

hash Type

string

secondHash

secondHash

secondHash Type

string

secondSalt

secondSalt

secondSalt Type

string

Definitions group SerializedChildSignInAction

Reference this group by using

{"$ref":"https://timelimit.io/SerializedChildAction#/definitions/SerializedChildSignInAction"}
Property Type Required Nullable Defined by
type string Required cannot be null SerializedChildAction

type

type

type Type

string

type Constraints

enum: the value of this property must be equal to one of the following values:

Value Explanation
"CHILD_SIGN_IN"