{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "ContainerLookAndFeel", "type": "object", "properties": { "background": { "type": "string" }, "backgroundAttachment": { "type": "string" }, "backgroundBlendMode": { "type": "string" }, "backgroundClip": { "type": "string" }, "backgroundColor": { "type": "string" }, "backgroundImage": { "type": "string" }, "backgroundOrigin": { "type": "string" }, "backgroundPosition": { "type": "string" }, "backgroundRepeat": { "type": "string" }, "backgroundSize": { "type": "string" }, "padding": { "type": "string" }, "borderRadius": { "type": "string" } } }