mirror of
https://github.com/divkit/divkit.git
synced 2026-05-07 20:02:32 +00:00
7f00e3b5aa
e5a6a0f23d3e399f39c492c585359ca1666ccddf
35 lines
731 B
JSON
35 lines
731 B
JSON
{
|
|
"type": "object",
|
|
"$description": "translations.json#/div_shape_drawable",
|
|
"properties": {
|
|
"shape": {
|
|
"$ref": "div-shape.json",
|
|
"$description": "translations.json#/div_shape_drawable_shape"
|
|
},
|
|
"color": {
|
|
"$ref": "common.json#/color",
|
|
"$description": "translations.json#/div_shape_drawable_color",
|
|
"deprecated": true
|
|
},
|
|
"stroke": {
|
|
"$ref": "div-stroke.json",
|
|
"$description": "translations.json#/div_shape_drawable_stroke",
|
|
"deprecated": true
|
|
},
|
|
"type": {
|
|
"type": "string",
|
|
"enum": [
|
|
"shape_drawable"
|
|
]
|
|
}
|
|
},
|
|
"platforms": [
|
|
"android",
|
|
"ios",
|
|
"web"
|
|
],
|
|
"required": [
|
|
"type", "shape", "color"
|
|
]
|
|
}
|