mirror of
https://github.com/divkit/divkit.git
synced 2026-05-07 20:02:32 +00:00
c02c3e15d4
commit_hash:f3f8ba74ad37061ae1f827cf368088550bcb9a41
35 lines
738 B
JSON
35 lines
738 B
JSON
{
|
|
"type": "object",
|
|
"$description": "translations.json#/div_cloud_background",
|
|
"platforms": [
|
|
"android",
|
|
"ios",
|
|
"web"
|
|
],
|
|
"properties": {
|
|
"type": {
|
|
"type": "string",
|
|
"enum": [
|
|
"cloud"
|
|
]
|
|
},
|
|
"color": {
|
|
"$ref": "common.json#/color",
|
|
"$description": "translations.json#/div_cloud_background_color"
|
|
},
|
|
"corner_radius": {
|
|
"$ref": "common.json#/non_negative_integer",
|
|
"$description": "translations.json#/div_cloud_background_corner_radius"
|
|
},
|
|
"paddings": {
|
|
"$ref": "div-edge-insets.json",
|
|
"$description": "translations.json#/div_cloud_background_paddings"
|
|
}
|
|
},
|
|
"required": [
|
|
"type",
|
|
"color",
|
|
"corner_radius"
|
|
]
|
|
}
|