mirror of
https://github.com/divkit/divkit.git
synced 2026-05-07 20:02:32 +00:00
752c4f516a
commit_hash:867d47bce192cfccb87e1773d0cf0b1886f8ecc9
22 lines
298 B
JSON
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"
|
|
]
|
|
}
|