{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "Metaball Hero", "description": "Hero section with SVG metaballs on a gradient mesh canvas.", "type": "object", "properties": { "headline": { "type": "string", "title": "Headline", "description": "Display headline.", "x-editor": "text", "default": "" }, "sub": { "type": "string", "title": "Sub-headline", "description": "Supporting line under the headline.", "x-editor": "text", "default": "" }, "ctaLabel": { "type": "string", "title": "CTA Label", "description": "Call-to-action button text.", "x-editor": "text", "default": "" }, "ctaHref": { "type": "string", "title": "CTA Link", "description": "Where the CTA button points.", "x-editor": "link", "default": "" }, "bgPreset": { "type": "string", "title": "Background Preset", "description": "Which mesh anchor palette to use.", "x-editor": "select", "enum": ["magenta-teal", "after-hours", "bubblegum"], "default": "magenta-teal" } } }