mirror of
https://github.com/divkit/divkit.git
synced 2026-05-07 20:02:32 +00:00
ebb257ac75
commit_hash:9dd4d1cea071b6e0d79cba6575976e9a10c0b1eb
32 lines
583 B
JSON
32 lines
583 B
JSON
{
|
|
"allOf": [
|
|
{
|
|
"$ref": "div-text-range-mask-base.json"
|
|
},
|
|
{
|
|
"$description": "translations.json#/div_text_range_mask_solid",
|
|
"properties": {
|
|
"type": {
|
|
"type": "string",
|
|
"enum": [
|
|
"solid"
|
|
]
|
|
},
|
|
"color": {
|
|
"$ref": "common.json#/color",
|
|
"$description": "translations.json#/div_solid_background_color"
|
|
}
|
|
},
|
|
"platforms": [
|
|
"web",
|
|
"ios",
|
|
"android"
|
|
],
|
|
"required": [
|
|
"color",
|
|
"type"
|
|
]
|
|
}
|
|
]
|
|
}
|