Files
divkit/schema/div-action-base.json
T
man-y 7f00e3b5aa Mark supported features of Flutter
e5a6a0f23d3e399f39c492c585359ca1666ccddf
2024-05-14 11:19:28 +03:00

43 lines
1.0 KiB
JSON

{
"properties": {
"log_id": {
"type": "string",
"$description": "translations.json#/div_action_base_log_id"
},
"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"
]
},
"payload": {
"type": "object",
"additionalProperties": true,
"$description": "translations.json#/div_action_base_payload"
},
"download_callbacks": {
"$ref": "div-download-callbacks.json",
"$description": "translations.json#/div_action_base_download_callbacks",
"platforms": [
"android",
"ios",
"web"
]
},
"typed": {
"$ref": "div-action-typed.json"
},
"is_enabled": {
"$ref": "common.json#/boolean_int",
"$description": "translations.json#/div_action_base_is_enabled",
"default_value": "true"
}
}
}