mirror of
https://github.com/divkit/divkit.git
synced 2026-05-07 20:02:32 +00:00
28d2414749
02063ea2b8d8996f88b6822f2c76608057ef5728
33 lines
502 B
JSON
33 lines
502 B
JSON
{
|
|
"type": "object",
|
|
"$description": "translations.json#/div_action_array_set_value",
|
|
"properties": {
|
|
"type": {
|
|
"type": "string",
|
|
"enum": [
|
|
"array_set_value"
|
|
]
|
|
},
|
|
"variable_name": {
|
|
"type": "string"
|
|
},
|
|
"index": {
|
|
"type": "integer"
|
|
},
|
|
"value": {
|
|
"$ref": "div-typed-value.json"
|
|
}
|
|
},
|
|
"platforms": [
|
|
"android",
|
|
"ios",
|
|
"web"
|
|
],
|
|
"required": [
|
|
"type",
|
|
"variable_name",
|
|
"index",
|
|
"value"
|
|
]
|
|
}
|