{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "Terminal Navbar", "description": "Replaces the built-in navbar with a mono-spaced $ prompt navbar, optional status dot, and a tap-friendly mobile menu toggle.", "type": "object", "properties": { "menuName": { "type": "string", "title": "Menu", "description": "Slug of the CMS menu to render (e.g. 'main')", "x-editor": "menu-select" }, "commandPrefix": { "type": "string", "title": "Command prefix", "description": "Leading prompt characters (default '~/')", "x-editor": "text", "default": "~/" }, "statusDot": { "type": "string", "title": "Status dot", "description": "Show a glowing status indicator (uptime hint)", "x-editor": "select", "enum": ["on", "off"], "default": "on" } } }