forked from divkit/divkit
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdiv-action-base.json
More file actions
33 lines (33 loc) · 928 Bytes
/
div-action-base.json
File metadata and controls
33 lines (33 loc) · 928 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"properties": {
"log_id": {
"$ref": "common.json#/id",
"$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"
},
"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"
},
"typed": {
"$ref": "div-action-typed.json"
},
"is_enabled": {
"$ref": "common.json#/boolean_int",
"$description": "translations.json#/div_action_base_is_enabled",
"default_value": "true"
}
}
}