{
  "categories": {
    "health": {
      "group": "health",
      "patterns": [
        "^/$",
        "^/<username>$",
        "^/health$",
        "config.HEALTH_CHECK"
      ]
    },
    "e2e": {
      "group": "E2E Testing",
      "patterns": [
        "/e2e/resource/<resource_type>/<resource_id>"
      ]
    },
    "artist": {
      "group": "Artist Resource",
      "patterns": [
        "/associated-labels/<resource_type>/<artist_id>"
      ]
    },
    "profile": {
      "group": "Profiles",
      "patterns": [
        "/admin/profile-type/<profile_type>/profile/<int:profile_id>/resource/<resource_type>",
        "/admin/profile-type/<profile_type>/profile/<profile_uuid>/resource/<resource_type>",
        "/admin/profile/<profile_uuid>/resource/<resource_type",
        "/admin/profile/<profile_uuid>/resource/<resource_type>",
        "/ows/profile/<profile_type>/<profile_id>/has-access-to/resource/<resource_type>/<resource_id>",
        "/ows/profile/<profile_uuid>/has-access-to/resource/<resource_type>/<resource_id>",
        "/profile/uuid/<profile_uuid>/resource/label/id/<label_id>",
        "/admin/profile-type/<profile_type>/profile/<profile_id>/resource/<resource_type>"
      ]
    },
    "identity": {
      "group": "Identity",
      "patterns": [
        "/identity/add-resources-profiles",
        "/identity/<identity_id>/edit-resources-profiles",
        "/identity/<identity_id>/edit-identity-profile-resource",
        "/identity/<identity_id>/remove-profile-resource",
        "/deactivate/identity/<identity_id>",
        "/activate/identity/<identity_id>",
        "/identity/admin/profiles",
        "/identity/<identity_id>/direct-access/resources/<resource_type>",
        "/identity/admin/resources/all"
      ]
    },
    "misc": {
      "group": "Other",
      "patterns": [
        ".*"
      ]
    }
  }
}