mirror of
https://github.com/divkit/divkit.git
synced 2026-05-07 20:02:32 +00:00
201be941c9
commit_hash:fd6e36a8ea96d96b9a00bac60a72f213c5f2dc0e
23 lines
492 B
JSON
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"
|
|
]
|
|
}
|