Validate page payload component
string
{ "$schema": "http://json-schema.org/draft-07/schema#", "definitions": {}, "title": "Page layout component", "description": "Validate page payload component", "type": "object", "required": [], "properties": { "backgroundColor": { "type": "string" }, "backgroundImage": { "type": "string" }, "backgroundImageSetting": { "type": "string" } } }