Files
divkit/schema/div-stroke-style.json
gulevsky 752c4f516a add schema for border style
commit_hash:867d47bce192cfccb87e1773d0cf0b1886f8ecc9
2025-02-20 13:48:58 +03:00

12 lines
192 B
JSON

{
"$description": "translations.json#/div_stroke_style",
"anyOf": [
{
"$ref": "div-stroke-style-solid.json"
},
{
"$ref": "div-stroke-style-dashed.json"
}
]
}