Files
divkit/schema/div-circle-shape.json
T
arsenosov c2b8489d67 Added circle shape to Android
Added circle shape to Android
2022-10-21 17:39:09 +03:00

24 lines
443 B
JSON

{
"type": "object",
"$description": "translations.json#/div_circle_shape",
"properties": {
"radius": {
"$ref": "div-fixed-size.json",
"default_value": "{\"type\":\"fixed\",\"value\":10}",
"$description": "translations.json#/div_circle_shape_radius"
},
"type": {
"type": "string",
"enum": [
"circle"
]
}
},
"required": [
"type"
],
"platforms": [
"android"
]
}