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

22 lines
298 B
JSON

{
"type": "object",
"$description": "translations.json#/div_stroke_style_solid",
"platforms": [
"android",
"ios",
"web",
"flutter"
],
"properties": {
"type": {
"type": "string",
"enum": [
"solid"
]
}
},
"required": [
"type"
]
}