Files
divkit/schema/div-stroke.json
4eb0da 8e4ba5c1f2 Fix paltforms
commit_hash:64c379fae264e20dd43e5d5875e341e1a9ccd6a0
2025-03-04 17:11:16 +03:00

33 lines
739 B
JSON

{
"type": "object",
"$description": "translations.json#/div_stroke",
"properties": {
"style": {
"$ref": "div-stroke-style.json",
"$description": "translations.json#/div_stroke_style",
"default_value": "{\"type\": \"solid\"}",
"platforms": [
"android",
"ios",
"web"
]
},
"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"
]
}