mirror of
https://github.com/divkit/divkit.git
synced 2026-05-07 20:02:32 +00:00
7f00e3b5aa
e5a6a0f23d3e399f39c492c585359ca1666ccddf
20 lines
431 B
JSON
20 lines
431 B
JSON
{
|
|
"type": "object",
|
|
"$description": "translations.json#/div_text_range_border",
|
|
"properties": {
|
|
"stroke": {
|
|
"$ref": "div-stroke.json",
|
|
"$description": "translations.json#/div_border_stroke"
|
|
},
|
|
"corner_radius": {
|
|
"$ref": "common.json#/non_negative_integer",
|
|
"$description": "translations.json#/div_border_corner_radius"
|
|
}
|
|
},
|
|
"platforms": [
|
|
"android",
|
|
"ios",
|
|
"web"
|
|
]
|
|
}
|