mirror of
https://codeberg.org/timelimit/timelimit-server.git
synced 2026-08-31 19:03:45 +02:00
4.5 KiB
4.5 KiB
SerializedAddUsedTimeActionVersion2 Schema
https://timelimit.io/SerializedAppLogicAction#/definitions/SerializedAddUsedTimeActionVersion2
| 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* |
SerializedAddUsedTimeActionVersion2 Type
object (SerializedAddUsedTimeActionVersion2)
SerializedAddUsedTimeActionVersion2 Properties
| Property | Type | Required | Nullable | Defined by |
|---|---|---|---|---|
| type | string |
Required | cannot be null | SerializedAppLogicAction |
| d | number |
Required | cannot be null | SerializedAppLogicAction |
| i | array |
Required | cannot be null | SerializedAppLogicAction |
| t | number |
Optional | cannot be null | SerializedAppLogicAction |
type
type
-
is required
-
Type:
string -
cannot be null
-
defined in: SerializedAppLogicAction
type Type
string
type Constraints
enum: the value of this property must be equal to one of the following values:
| Value | Explanation |
|---|---|
"ADD_USED_TIME_V2" |
d
d
-
is required
-
Type:
number -
cannot be null
-
defined in: SerializedAppLogicAction
d Type
number
i
i
-
is required
-
Type:
object[](Details) -
cannot be null
-
defined in: SerializedAppLogicAction
i Type
object[] (Details)
t
t
-
is optional
-
Type:
number -
cannot be null
-
defined in: SerializedAppLogicAction
t Type
number