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

23 lines
492 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"
]
}