mirror of
https://github.com/divkit/divkit.git
synced 2026-05-07 20:02:32 +00:00
7f00e3b5aa
e5a6a0f23d3e399f39c492c585359ca1666ccddf
29 lines
436 B
JSON
29 lines
436 B
JSON
{
|
|
"type": "object",
|
|
"$description": "translations.json#/div_action_array_remove_value",
|
|
"properties": {
|
|
"type": {
|
|
"type": "string",
|
|
"enum": [
|
|
"array_remove_value"
|
|
]
|
|
},
|
|
"variable_name": {
|
|
"type": "string"
|
|
},
|
|
"index": {
|
|
"type": "integer"
|
|
}
|
|
},
|
|
"platforms": [
|
|
"android",
|
|
"ios",
|
|
"web"
|
|
],
|
|
"required": [
|
|
"type",
|
|
"variable_name",
|
|
"index"
|
|
]
|
|
}
|