mirror of
https://github.com/divkit/divkit.git
synced 2026-05-07 20:02:32 +00:00
28 lines
464 B
JSON
28 lines
464 B
JSON
{
|
|
"type": "object",
|
|
"$description": "translations.json#/div_solid_background",
|
|
"codegen": {
|
|
"divan": {
|
|
"forced_properties_order": [
|
|
"color"
|
|
]
|
|
}
|
|
},
|
|
"properties": {
|
|
"color": {
|
|
"$ref": "common.json#/color",
|
|
"$description": "translations.json#/div_solid_background_color"
|
|
},
|
|
"type": {
|
|
"type": "string",
|
|
"enum": [
|
|
"solid"
|
|
]
|
|
}
|
|
},
|
|
"required": [
|
|
"color",
|
|
"type"
|
|
]
|
|
}
|