mirror of
https://codeberg.org/timelimit/timelimit-server.git
synced 2025-10-03 09:49:32 +02:00
7.5 KiB
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
- is required
- Type:
string
- cannot be null
- defined in: SerializedChildAction
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
- is required
- Type:
object
(ParentPassword) - cannot be null
- defined in: SerializedChildAction
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
- is required
- Type:
string
- cannot be null
- defined in: SerializedChildAction
hash Type
string
secondHash
secondHash
- is required
- Type:
string
- cannot be null
- defined in: SerializedChildAction
secondHash Type
string
secondSalt
secondSalt
- is required
- Type:
string
- cannot be null
- defined in: SerializedChildAction
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
- is required
- Type:
string
- cannot be null
- defined in: SerializedChildAction
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" |