8.3 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(EncryptableParentPassword) -
cannot be null
-
defined in: SerializedChildAction
password Type
object (EncryptableParentPassword)
Definitions group EncryptableParentPassword
Reference this group by using
{"$ref":"https://timelimit.io/SerializedChildAction#/definitions/EncryptableParentPassword"}
| 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 |
| encrypted | boolean |
Optional | 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
encrypted
encrypted
-
is optional
-
Type:
boolean -
cannot be null
-
defined in: SerializedChildAction
encrypted Type
boolean
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" |