{"type":"object","properties":{"$schema":{"type":"string"},"id":{"type":"string","format":"uuid","description":"The ID (GUID) is used to register the page in Wix Developers Center. The ID must be unique across all pages in the app."},"title":{"type":"string","minLength":1,"description":"The page title. The title is used as the browser tab title and as the dashboard sidebar label if the page is configured to appear in the sidebar."},"additionalRoutes":{"type":"array","items":{"type":"string"},"description":"A list of routes that lead to this page (in addition to the main route defined by the file path convention). This is useful if you want to support multiple routes for the same page or for backwards compatibility."},"sidebar":{"type":"object","properties":{"disabled":{"type":"boolean"},"categoryId":{"type":"string","format":"uuid"},"priority":{"type":"integer"},"whenActive":{"type":"object","properties":{"selectedPageId":{"type":"string"},"hideSidebar":{"type":"boolean"}},"additionalProperties":true}},"additionalProperties":true}},"required":["id","title"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}
