{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "Watercolor Hero", "description": "Hero with two-tone SVG blobs layered behind a soft headline and CTA.", "type": "object", "properties": { "eyebrow": { "type": "string", "title": "Eyebrow", "description": "Small label above the headline (e.g. 'new', 'autumn collection').", "x-editor": "text" }, "headline": { "type": "string", "title": "Headline", "description": "Main hero headline. Caveat Brush display.", "default": "Soft starts", "x-editor": "richtext" }, "body": { "type": "string", "title": "Body", "description": "Supporting paragraph below the headline.", "x-editor": "richtext" }, "image": { "type": "string", "title": "Feature Image", "description": "Optional hero image; renders to the right of the headline on desktop.", "x-editor": "media" }, "ctaText": { "type": "string", "title": "CTA Label", "x-editor": "text" }, "ctaHref": { "type": "string", "title": "CTA Link", "x-editor": "link" } } }