mirror of
https://github.com/divkit/divkit.git
synced 2026-05-07 20:02:32 +00:00
ed869baf95
4d3ce225ac975a0f45f40cef80c4c8801e8e9c55
24 lines
435 B
JSON
24 lines
435 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"
|
|
],
|
|
"required": [
|
|
"type",
|
|
"condition"
|
|
]
|
|
}
|