mirror of
https://github.com/divkit/divkit.git
synced 2026-05-07 20:02:32 +00:00
fd458a605d
commit_hash:ab171c2a345ccf16956e902019727918173da72c
39 lines
648 B
JSON
39 lines
648 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",
|
|
"web"
|
|
],
|
|
"required": [
|
|
"type",
|
|
"id",
|
|
"action"
|
|
]
|
|
}
|