mirror of
https://github.com/divkit/divkit.git
synced 2026-05-07 20:02:32 +00:00
8e4ba5c1f2
commit_hash:64c379fae264e20dd43e5d5875e341e1a9ccd6a0
33 lines
739 B
JSON
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"
|
|
]
|
|
}
|