mirror of
https://github.com/divkit/divkit.git
synced 2026-05-07 20:02:32 +00:00
32cc74ae19
commit_hash:94427540e53063684468729e455af132a88b417d
21 lines
285 B
JSON
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"
|
|
]
|
|
}
|