{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "Concrete Hero", "description": "200pt+ display headline with optional eyebrow and full-bleed image", "type": "object", "properties": { "headline": { "type": "string", "title": "Headline", "description": "Oversized display headline", "x-editor": "text" }, "eyebrow": { "type": "string", "title": "Eyebrow", "description": "Mono eyebrow line shown above the headline", "x-editor": "text" }, "media": { "type": "string", "title": "Background Media", "description": "Optional full-bleed background image", "x-editor": "media" } }, "required": ["headline"] }