Files
divkit/schema/div-stroke.json
tayrinn c67f041e6f make div-stroke.width a number
d96721a38af20dd8b5698d2a0f791e188dc03bc0
2024-07-10 20:31:28 +03:00

22 lines
491 B
JSON

{
"type": "object",
"$description": "translations.json#/div_stroke",
"properties": {
"width": {
"$ref": "common.json#/non_negative_number",
"default_value": "1",
"$description": "translations.json#/div_stroke_width"
},
"color": {
"$ref": "common.json#/color",
"$description": "translations.json#/div_stroke_color"
},
"unit": {
"$ref": "div-size-unit.json",
"default_value": "dp"
}
},
"required": [
"color"
]
}