Files
divkit/schema/div-input-filter-expression.json
T
grechka62 500d5a79d0 Support filters in input
commit_hash:fbd2d5116647550b5cedb474cf123079dea8f8d0
2025-03-06 16:21:13 +03:00

26 lines
461 B
JSON

{
"type": "object",
"$description": "translations.json#/div_input_filters_expression",
"properties": {
"type": {
"type": "string",
"enum": [
"expression"
]
},
"condition": {
"$ref": "common.json#/boolean_int",
"$description": "translations.json#/div_input_filters_expression_condition"
}
},
"platforms": [
"android",
"ios",
"web"
],
"required": [
"type",
"condition"
]
}