{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/ScreenLookAndFeel",
"title": "ScreenLookAndFeel",
"required": [
"background"
],
"type": "object",
"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"
},
"layer": {
"type": "object",
"properties": {
"width": {
"type": "string"
},
"height": {
"type": "string"
}
},
"nullable": true,
"example": "example_value"
},
"gutterTop": {
"type": "string",
"nullable": true,
"example": "example_value"
},
"gutterRight": {
"type": "string",
"nullable": true,
"example": "example_value"
},
"gutterBottom": {
"type": "string",
"nullable": true,
"example": "example_value"
},
"gutterLeft": {
"type": "string",
"nullable": true,
"example": "example_value"
}
}
}