{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "Marquee Hero", "description": "Wide hero with stepped ziggurat frame and sunburst overlay.", "type": "object", "properties": { "eyebrow": { "type": "string", "title": "Eyebrow", "description": "Small caps line above the title.", "x-editor": "text", "default": "" }, "title": { "type": "string", "title": "Title", "description": "Display headline in Italiana caps.", "x-editor": "text", "default": "" }, "subtitle": { "type": "string", "title": "Subtitle", "description": "Long-form supporting copy (rich text).", "x-editor": "richtext", "default": "" }, "ctaLabel": { "type": "string", "title": "CTA label", "x-editor": "text", "default": "" }, "ctaHref": { "type": "string", "title": "CTA URL", "x-editor": "link", "default": "" }, "image": { "type": "string", "title": "Background image", "x-editor": "media", "default": "" } } }