{
  "id": "CIS_10",
  "coverageStructure": "coverageByDomainAndRange",
  "domainSet": {
    "generalGrid": {
      "srsName": "[EPSG:4326]",
      "axisLabels": ["Lat", "Lon"],
      "uomLabels": ["deg", "deg"],
      "axes": [
        { 
          "axisLabel": "Lat",
          "uomLabel": "deg",
          "axisType": "regular",
          "lowerBound": -80,
          "upperBound": -70,
          "resolution": 5
        },
        {
          "axisLabel": "Lon",
          "uomLabel": "deg",
          "axisType": "regular",
          "lowerBound": 0,
          "upperBound": 10,
          "resolution": 5
        }
      ]
    }
  },
  "rangeSet": [ 1, 2, 3, 4, 5, 6, 7, 8, 9 ],
  "rangeType": { 
    "type": "DataRecord",
    "fields": [
      { 
        "name": "itemCount",
        "definition": "http://www.opengis.net/def/property/OGC/0/itemCount",
        "type": "Count",
        "label": "Item Count"
      }
    ]
  }  
}