U.S. Geological Survey · JSON Structure

Usgs Water Data Api Collection Structure

Metadata for an OGC API collection.

Type: object Properties: 4
Federal GovernmentGeologicalEarth ScienceNatural ResourcesEarthquakeWaterHydrology

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

Properties

id title description links

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-collection-structure.json",
  "description": "Metadata for an OGC API collection.",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "description": "Collection identifier.",
      "example": "monitoring-locations"
    },
    "title": {
      "type": "string",
      "description": "Human-readable collection title.",
      "example": "Monitoring Locations"
    },
    "description": {
      "type": "string",
      "description": "Description of the collection.",
      "example": "USGS water monitoring sites."
    },
    "links": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/Link"
      }
    }
  },
  "name": "Collection"
}