U.S. Geological Survey · JSON Structure

Usgs Water Data Api Collections List Structure

List of available OGC API collections.

Type: object Properties: 1
Federal GovernmentGeologicalEarth ScienceNatural ResourcesEarthquakeWaterHydrology

CollectionsList is a JSON Structure definition published by U.S. Geological Survey, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

collections

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/u-s-geological-survey/refs/heads/main/json-structure/usgs-water-data-api-collections-list-structure.json",
  "description": "List of available OGC API collections.",
  "type": "object",
  "properties": {
    "collections": {
      "type": "array",
      "description": "Array of collection metadata objects.",
      "items": {
        "$ref": "#/components/schemas/Collection"
      }
    }
  },
  "name": "CollectionsList"
}