{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ContainerLookAndFeel", "title": "ContainerLookAndFeel", "required": [ "background", "backgroundColor", "backgroundImage", "backgroundSize", "borderRadius", "padding" ], "type": "object", "nullable": true, "properties": { "background": { "type": "string", "example": "example_value" }, "backgroundAttachment": { "type": "string", "nullable": true, "example": "example_value" }, "backgroundBlendMode": { "type": "string", "nullable": true, "example": "example_value" }, "backgroundClip": { "type": "string", "nullable": true, "example": "example_value" }, "backgroundColor": { "type": "string", "nullable": true, "example": "example_value" }, "backgroundImage": { "type": "string", "nullable": true, "example": "example_value" }, "backgroundOrigin": { "type": "string", "nullable": true, "example": "example_value" }, "backgroundPosition": { "type": "string", "nullable": true, "example": "example_value" }, "backgroundRepeat": { "type": "string", "nullable": true, "example": "example_value" }, "backgroundSize": { "type": "string", "nullable": true, "example": "example_value" }, "padding": { "type": "string", "example": "example_value" }, "borderRadius": { "type": "string", "example": "example_value" } } }