mirror of
https://github.com/divkit/divkit.git
synced 2026-05-07 20:02:32 +00:00
f6b96a7002
commit_hash:01b5a80044c0a3153cb0237646a5ab2e8429aab3
22 lines
318 B
JSON
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"
|
|
]
|
|
}
|