Files
divkit/schema/div-action-array-insert-value.json
T

27 lines
437 B
JSON

{
"type": "object",
"$description": "translations.json#/div_action_array_insert_value",
"properties": {
"type": {
"type": "string",
"enum": [
"array_insert_value"
]
},
"variable_name": {
"type": "string"
},
"index": {
"type": "integer"
},
"value": {
"$ref": "div-typed-value.json"
}
},
"required": [
"type",
"variable_name",
"value"
]
}