Files
divkit/schema/div-input-filter-expression.json
T
4eb0da 4f0d7500e9 Input filters support
commit_hash:27686a96deefe3a7fa43240151658ed7d7b7a9d7
2025-01-28 19:13:58 +03:00

25 lines
446 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": [
"ios",
"web"
],
"required": [
"type",
"condition"
]
}