Files
divkit/schema/div-phone-input-mask.json
4eb0da f6b96a7002 Phone input mask
commit_hash:01b5a80044c0a3153cb0237646a5ab2e8429aab3
2025-03-07 12:56:01 +03:00

22 lines
318 B
JSON

{
"$description": "translations.json#/div_input_mask_phone",
"allOf": [
{
"$ref": "div-input-mask-base.json"
},
{
"properties": {
"type": {
"type": "string",
"enum": [
"phone"
]
}
}
}
],
"required": [
"type"
]
}