mirror of
https://github.com/divkit/divkit.git
synced 2026-05-07 20:02:32 +00:00
abd997bf3d
commit_hash:a4ed6e0a2df2ae78420a3828da105b083649b129
51 lines
1.3 KiB
JSON
51 lines
1.3 KiB
JSON
{
|
|
"properties": {
|
|
"log_id": {
|
|
"type": "string",
|
|
"$description": "translations.json#/div_action_base_log_id"
|
|
},
|
|
"scope_id": {
|
|
"$ref": "common.json#/id",
|
|
"$description": "translations.json#/div_action_base_scope_id",
|
|
"platforms": [
|
|
"android",
|
|
"ios",
|
|
"web"
|
|
]
|
|
},
|
|
"url": {
|
|
"$ref": "common.json#/url",
|
|
"$description": "translations.json#/div_action_base_url"
|
|
},
|
|
"referer": {
|
|
"$ref": "common.json#/url",
|
|
"$description": "translations.json#/div_action_base_referer",
|
|
"platforms": [
|
|
"android",
|
|
"ios"
|
|
],
|
|
"unsupported_platforms": {
|
|
"web": "Controlled by the browser."
|
|
}
|
|
},
|
|
"payload": {
|
|
"type": "object",
|
|
"additionalProperties": true,
|
|
"supports_expressions": false,
|
|
"$description": "translations.json#/div_action_base_payload"
|
|
},
|
|
"download_callbacks": {
|
|
"$ref": "div-download-callbacks.json",
|
|
"$description": "translations.json#/div_action_base_download_callbacks"
|
|
},
|
|
"typed": {
|
|
"$ref": "div-action-typed.json"
|
|
},
|
|
"is_enabled": {
|
|
"$ref": "common.json#/boolean_int",
|
|
"$description": "translations.json#/div_action_base_is_enabled",
|
|
"default_value": "true"
|
|
}
|
|
}
|
|
}
|