Files
divkit/schema/div-action-array-remove-value.json
T
2023-09-05 16:25:19 +03:00

24 lines
401 B
JSON

{
"type": "object",
"$description": "translations.json#/div_action_array_remove_value",
"properties": {
"type": {
"type": "string",
"enum": [
"array_remove_value"
]
},
"variable_name": {
"$ref": "common.json#/non_empty_string"
},
"index": {
"type": "integer"
}
},
"required": [
"type",
"variable_name",
"index"
]
}