Files
divkit/schema/div-shape-drawable.json
T
babaevmm 201be941c9 fix json format
commit_hash:fd6e36a8ea96d96b9a00bac60a72f213c5f2dc0e
2025-02-07 18:43:40 +03:00

37 lines
739 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"
]
}