mirror of
https://github.com/divkit/divkit.git
synced 2026-06-06 20:07:59 +00:00
38 lines
1.0 KiB
JSON
38 lines
1.0 KiB
JSON
{
|
|
"$description": "translations.json#/div_rounded_rectangle_shape",
|
|
"allOf": [
|
|
{
|
|
"$ref": "div-shape-base.json"
|
|
},
|
|
{
|
|
"type": "object",
|
|
"properties": {
|
|
"item_width": {
|
|
"$ref": "div-fixed-size.json",
|
|
"default_value": "{\"type\":\"fixed\",\"value\":10}",
|
|
"$description": "translations.json#/div_rounded_rectangle_shape_item_width"
|
|
},
|
|
"item_height": {
|
|
"$ref": "div-fixed-size.json",
|
|
"default_value": "{\"type\":\"fixed\",\"value\":10}",
|
|
"$description": "translations.json#/div_rounded_rectangle_shape_item_height"
|
|
},
|
|
"corner_radius": {
|
|
"$ref": "div-fixed-size.json",
|
|
"default_value": "{\"type\":\"fixed\",\"value\":5}",
|
|
"$description": "translations.json#/div_rounded_rectangle_shape_corner_radius"
|
|
},
|
|
"type": {
|
|
"type": "string",
|
|
"enum": [
|
|
"rounded_rectangle"
|
|
]
|
|
}
|
|
}
|
|
}
|
|
],
|
|
"required": [
|
|
"type"
|
|
]
|
|
}
|