{
  "groups": [
    {
      "text": "Home",
      "svgIcon": "homeIcon",
      "routerLink": "/home"
    },
    {
      "text": "Demo",
      "svgIcon": "anchorIcon",
      "sections": [
        {
          "text": "Studio Demo",
          "links": [
            {
              "text": "Auth0 Demo",
              "routerLink": "/demo/auth0",
              "requiredScopes": [
                "dms"
              ]
            },
            {
              "text": "Kendo Grid Demo",
              "routerLink": "/demo/kendo/grid",
              "requiredScopes": [
                "dms"
              ]
            },
            {
              "text": "Kendo Tabstrip Demo",
              "routerLink": "/demo/kendo/tabstrip",
              "requiredScopes": [
                "dms"
              ]
            },
            {
              "text": "Angular Forms Demo",
              "routerLink": "/demo/angular/forms",
              "requiredScopes": [
                "dms"
              ]
            },
            {
              "text": "Kendo AI Demo",
              "routerLink": "/demo/kendo/conversational-ui",
              "requiredScopes": [
                "dms"
              ]
            }
          ]
        }
      ]
    },
    {
      "text": "Terminology Management",
      "svgIcon": "imoTerminologyManagementIcon",
      "sections": [
        {
          "text": "Solutions",
          "links": [
            {
              "text": "Manage surgical terms",
              "externalLink": "https://periop.imohealth.com",
              "requiredScopes": [
                "dms",
                "coretermmatcher.write"
              ]
            },
            {
              "text": "Search surgical terms",
              "externalLink": "https://coreperiopmenu-upgrade.imohealth.com/periopitmenu",
              "requiredScopes": [
                "dms",
                "periop.dashboard.read"
              ]
            }
          ]
        }
      ]
    },
    {
      "text": "Resource Library",
      "svgIcon": "imoResourceLibraryIcon",
      "sections": [
        {
          "text": "Documentation",
          "links": [
            {
              "text": "API developer portal",
              "externalLink": "https://developer.imohealth.com",
              "requiredScopes": []
            }
          ]
        },
        {
          "text": "Support",
          "links": [
            {
              "text": "Customer support portal",
              "externalLink": "https://support.imohealth.com",
              "requiredScopes": []
            }
          ]
        }
      ]
    }
  ]
}