mirror of
https://github.com/divkit/divkit.git
synced 2026-05-07 20:02:32 +00:00
90cc2cc2cb
commit_hash:8943b795930eb64f08489cda28fd56ec9625d5bf
29 lines
535 B
JSON
29 lines
535 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": [
|
|
],
|
|
"required": [
|
|
"color",
|
|
"type"
|
|
]
|
|
}
|
|
]
|
|
}
|