mirror of
https://github.com/divkit/divkit.git
synced 2026-05-07 20:02:32 +00:00
a00f001884
commit_hash:735901c95a01b6811e98ed47cfece41bea2b09c9
38 lines
637 B
JSON
38 lines
637 B
JSON
{
|
|
"type": "object",
|
|
"$description": "translations.json#/div_action_timer",
|
|
"properties": {
|
|
"type": {
|
|
"type": "string",
|
|
"enum": [
|
|
"timer"
|
|
]
|
|
},
|
|
"id": {
|
|
"$description": "translations.json#/div_action_timer_id",
|
|
"type": "string"
|
|
},
|
|
"action": {
|
|
"type": "string",
|
|
"$description": "translations.json#/div_action_timer_action",
|
|
"enum": [
|
|
"start",
|
|
"stop",
|
|
"pause",
|
|
"resume",
|
|
"cancel",
|
|
"reset"
|
|
]
|
|
}
|
|
},
|
|
"platforms": [
|
|
"android",
|
|
"ios"
|
|
],
|
|
"required": [
|
|
"type",
|
|
"id",
|
|
"action"
|
|
]
|
|
}
|