mirror of
https://github.com/divkit/divkit.git
synced 2026-05-07 20:02:32 +00:00
f6b96a7002
commit_hash:01b5a80044c0a3153cb0237646a5ab2e8429aab3
32 lines
634 B
JSON
32 lines
634 B
JSON
{
|
|
"anyOf": [
|
|
{
|
|
"$ref": "div-fixed-length-input-mask.json",
|
|
"$description": "translations.json#/div_input_mask_fixed_length",
|
|
"platforms": [
|
|
"android",
|
|
"ios",
|
|
"web"
|
|
]
|
|
},
|
|
{
|
|
"$ref": "div-currency-input-mask.json",
|
|
"$description": "translations.json#/div_input_mask_currency",
|
|
"platforms": [
|
|
"android",
|
|
"ios",
|
|
"web"
|
|
]
|
|
},
|
|
{
|
|
"$ref": "div-phone-input-mask.json",
|
|
"$description": "translations.json#/div_input_mask_phone",
|
|
"platforms": [
|
|
"android",
|
|
"ios",
|
|
"web"
|
|
]
|
|
}
|
|
]
|
|
}
|