mirror of
https://github.com/divkit/divkit.git
synced 2026-05-07 20:02:32 +00:00
93113c7bb3
commit_hash:356512da68f2ed46479425dd365d06a9ca266514
40 lines
815 B
JSON
40 lines
815 B
JSON
{
|
|
"type": "object",
|
|
"$description": "translations.json#/div_action_download",
|
|
"properties": {
|
|
"type": {
|
|
"type": "string",
|
|
"enum": [
|
|
"download"
|
|
]
|
|
},
|
|
"url": {
|
|
"$ref": "common.json#/url",
|
|
"$description": "translations.json#/div_action_download_url"
|
|
},
|
|
"on_fail_actions": {
|
|
"type": "array",
|
|
"items": {
|
|
"$ref": "div-action.json"
|
|
},
|
|
"$description": "translations.json#/div_download_callbacks_on_fail_actions"
|
|
},
|
|
"on_success_actions": {
|
|
"type": "array",
|
|
"items": {
|
|
"$ref": "div-action.json"
|
|
},
|
|
"$description": "translations.json#/div_download_callbacks_on_success_actions"
|
|
}
|
|
},
|
|
"platforms": [
|
|
"android",
|
|
"ios",
|
|
"web"
|
|
],
|
|
"required": [
|
|
"type",
|
|
"url"
|
|
]
|
|
}
|