mirror of
https://github.com/divkit/divkit.git
synced 2026-06-06 20:07:59 +00:00
26 lines
461 B
JSON
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"
|
|
]
|
|
}
|