{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "Soft Navbar", "description": "Rounded pill nav with a watercolor blob behind the logo wordmark.", "type": "object", "properties": { "logo": { "type": "string", "title": "Logo Wordmark", "description": "Plain-text wordmark displayed at the top-left.", "default": "Pastel Dream", "x-editor": "text" }, "menuName": { "type": "string", "title": "Menu", "description": "Name of the menu to render in the pill.", "default": "main", "x-editor": "menu-select" }, "ctaText": { "type": "string", "title": "CTA Label", "description": "Optional pill button to the right of the menu.", "x-editor": "text" }, "ctaHref": { "type": "string", "title": "CTA Link", "description": "Target URL or internal page link for the CTA pill.", "x-editor": "link" } } }