{
  "type": "object",
  "properties": {
    "type": {
      "options": {
        "hidden": true
      },
      "type": "string",
      "enum": [
        "wms-getCapabilities"
      ]
    }
  },
  "description": "A CatalogGroup representing a collection of layers from a Web Map Service (WMS) server.",
  "title": "Web Map Service (WMS) Server",
  "allOf": [
    {
      "$ref": "CatalogGroup.json"
    },
    {
      "$ref": "CatalogMember.json"
    },
    {
      "$ref": "WebMapServiceCatalogGroup.json"
    }
  ]
}