{
  "type": "object",
  "properties": {
    "-array": {
      "type": "array",
      "items": [
        {
          "type": "object",
          "properties": {
            "identifier": {
              "type": "string"
            },
            "isGroup": {
              "type": "boolean"
            },
            "isLocalAuthority": {
              "type": "boolean"
            },
            "isOfficial": {
              "type": "boolean"
            },
            "label": {
              "type": "string"
            },
            "longLabel": {
              "type": "string"
            },
            "shortLabel": {
              "type": "string"
            }
          }
        }
      ]
    }
  }
}