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

26 lines
422 B
JSON

{
"type": "object",
"$description": "translations.json#/div_input_filters_regex",
"properties": {
"type": {
"type": "string",
"enum": [
"regex"
]
},
"pattern": {
"type": "string",
"$description": "translations.json#/div_input_filters_regex_pattern"
}
},
"platforms": [
"android",
"ios",
"web"
],
"required": [
"type",
"pattern"
]
}