mirror of
https://github.com/divkit/divkit.git
synced 2026-05-07 20:02:32 +00:00
7f00e3b5aa
e5a6a0f23d3e399f39c492c585359ca1666ccddf
24 lines
541 B
JSON
24 lines
541 B
JSON
{
|
|
"type": "object",
|
|
"properties": {
|
|
"label_id": {
|
|
"type": "string",
|
|
"$description": "translations.json#/div_input_validators_label_id"
|
|
},
|
|
"allow_empty": {
|
|
"$ref": "common.json#/boolean_int",
|
|
"default_value": "false",
|
|
"$description": "translations.json#/div_input_validators_allow_empty"
|
|
},
|
|
"variable": {
|
|
"$ref": "div-variable-name.json",
|
|
"$description": "translations.json#/div_input_validators_variable"
|
|
}
|
|
},
|
|
"platforms": [
|
|
"android",
|
|
"ios",
|
|
"web"
|
|
]
|
|
}
|