Files
divkit/schema/div-stroke-style-dashed.json
gulevsky 32cc74ae19 snapshot tests for dashed stroke style
commit_hash:94427540e53063684468729e455af132a88b417d
2025-03-11 12:32:30 +03:00

21 lines
285 B
JSON

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