{
  "title": "Items",
  "description": "List of items or groups",
  "type": "array",
  "format": "tabs",
  "items": {
    "type": "object",
    "title": "item",
    "headerTemplate": "{{ self.name }}",
    "allOf": [
      {
        "$ref": "CatalogMember.json"
      }
    ],
    "required": [
      "name",
      "type"
    ],
    "oneOf": [
      {
        "$ref": "JustCatalogGroup.json"
      },
      {
        "$ref": "AbsIttCatalogGroup.json"
      },
      {
        "$ref": "BingMapsCatalogItem.json"
      },
      {
        "$ref": "ArcGisCatalogGroup.json"
      },
      {
        "$ref": "CzmlCatalogItem.json"
      },
      {
        "$ref": "UrthecastCatalogGroup.json"
      },
      {
        "$ref": "GpxCatalogItem.json"
      },
      {
        "$ref": "ArcGisMapServerCatalogItem.json"
      },
      {
        "$ref": "AbsIttCatalogItem.json"
      },
      {
        "$ref": "OpenStreetMapCatalogItem.json"
      },
      {
        "$ref": "MapboxMapCatalogItem.json"
      },
      {
        "$ref": "CswCatalogGroup.json"
      },
      {
        "$ref": "KmlCatalogItem.json"
      },
      {
        "$ref": "WebFeatureServiceCatalogItem.json"
      },
      {
        "$ref": "OgrCatalogItem.json"
      },
      {
        "$ref": "WebFeatureServiceCatalogGroup.json"
      },
      {
        "$ref": "WebMapServiceCatalogGroup.json"
      },
      {
        "$ref": "UrthecastCatalogItem.json"
      },
      {
        "$ref": "SocrataCatalogGroup.json"
      },
      {
        "$ref": "CkanCatalogGroup.json"
      },
      {
        "$ref": "WebMapTileServiceCatalogGroup.json"
      },
      {
        "$ref": "WfsFeaturesCatalogGroup.json"
      },
      {
        "$ref": "GeoJsonCatalogItem.json"
      },
      {
        "$ref": "CsvCatalogItem.json"
      },
      {
        "$ref": "WebMapTileServiceCatalogItem.json"
      },
      {
        "$ref": "WebMapServiceCatalogItem.json"
      }
    ]
  }
}