{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "ScreenLookAndFeel", "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" }, "layer": { "type": "object" }, "gutterTop": { "type": "string" }, "gutterRight": { "type": "string" }, "gutterBottom": { "type": "string" }, "gutterLeft": { "type": "string" } } }