mirror of
https://github.com/divkit/divkit.git
synced 2026-05-07 20:02:32 +00:00
29 lines
557 B
JSON
29 lines
557 B
JSON
{
|
|
"$description": "translations.json#/div_input_validators_expression",
|
|
"allOf": [
|
|
{
|
|
"$ref": "div-input-validator-base.json"
|
|
},
|
|
{
|
|
"properties": {
|
|
"type": {
|
|
"type": "string",
|
|
"enum": [
|
|
"expression"
|
|
]
|
|
},
|
|
"condition": {
|
|
"$ref": "common.json#/boolean_int",
|
|
"$description": "translations.json#/div_input_validators_expression_condition"
|
|
}
|
|
}
|
|
}
|
|
],
|
|
"required": [
|
|
"type",
|
|
"condition",
|
|
"label_id",
|
|
"variable"
|
|
]
|
|
}
|