Files
divkit/schema/div-cloud-background.json
babaevmm c02c3e15d4 mark unsupported properties
commit_hash:f3f8ba74ad37061ae1f827cf368088550bcb9a41
2025-05-21 12:41:27 +03:00

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"
]
}