Files
divkit/schema/div-input-mask.json
T
2023-04-05 17:18:07 +03:00

13 lines
280 B
JSON

{
"anyOf": [
{
"$ref": "div-fixed-length-input-mask.json",
"$description": "translations.json#/div_input_mask_fixed_length"
},
{
"$ref": "div-currency-input-mask.json",
"$description": "translations.json#/div_input_mask_currency"
}
]
}