{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "Chrome Navbar", "description": "Beveled chrome navigation bar with hover sparkle and brand mark.", "type": "object", "properties": { "menuName": { "type": "string", "title": "Menu", "description": "Menu to render as the primary nav.", "x-editor": "menu-select", "default": "main" }, "logoText": { "type": "string", "title": "Logo Text", "description": "Brand wordmark (used when no logo image is set).", "x-editor": "text", "default": "" }, "logoImage": { "type": "string", "title": "Logo Image", "description": "Optional brand image. Overrides logo text when set.", "x-editor": "media", "default": "" } } }