{
  "type": "object",
  "properties": {
    "type": {
      "options": {
        "hidden": true
      },
      "type": "string",
      "enum": [
        "esri-mapServer-group"
      ]
    }
  },
  "description": "A CatalogGroup representing a collection of layers from an ArcGIS Map Service.\rEg. http://www.ga.gov.au/gis/rest/services/earth_observation/Landcover_WM/MapServer",
  "title": "ArcGIS Map Server Group",
  "allOf": [
    {
      "$ref": "CatalogGroup.json"
    },
    {
      "$ref": "CatalogMember.json"
    },
    {
      "$ref": "ArcGisMapServerCatalogGroup.json"
    }
  ]
}