{
  "type": "object",
  "properties": {
    "type": {
      "options": {
        "hidden": true
      },
      "type": "string",
      "enum": [
        "csw"
      ]
    }
  },
  "description": "A CatalogGroup representing a collection of datasets queried from an OGC Catalog Service (CSW) server.",
  "title": "Catalogue Service (CSW)",
  "allOf": [
    {
      "$ref": "CatalogGroup.json"
    },
    {
      "$ref": "CatalogMember.json"
    },
    {
      "$ref": "CswCatalogGroup.json"
    }
  ]
}