{
  "type": "object",
  "properties": {
    "type": {
      "options": {
        "hidden": true
      },
      "type": "string",
      "enum": [
        "wps-getCapabilities"
      ]
    }
  },
  "description": "A catalog group that is populated by querying available processes from a Web Processing Service (WPS)\rserver.",
  "title": "Web Processing Service (WPS) Server",
  "allOf": [
    {
      "$ref": "CatalogGroup.json"
    },
    {
      "$ref": "CatalogMember.json"
    },
    {
      "$ref": "WebProcessingServiceCatalogGroup.json"
    }
  ]
}