Files
divkit/schema/div-cloud-background.json
4eb0da fc583b4879 Text cloud bg
commit_hash:576b8e4275edf2770d3a3ab16d25a8413b371f3a
2024-10-18 12:44:21 +03:00

34 lines
727 B
JSON

{
"type": "object",
"$description": "translations.json#/div_cloud_background",
"platforms": [
"android",
"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"
]
}