Files
divkit/schema/div-shape-drawable.json
T
dashapalshau 9f3f1c9fc8 Add border in div-rounded-rectangle-shape
Add border in div-rounded-rectangle-shape
2023-01-11 13:29:42 +03:00

30 lines
673 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"
]
}
},
"required": [
"type", "shape", "color"
]
}