U.S. Geological Survey · JSON Structure

Usgs Water Data Api Landing Page Structure

OGC API landing page with navigation links.

Type: object Properties: 3
Federal GovernmentGeologicalEarth ScienceNatural ResourcesEarthquakeWaterHydrology

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

Properties

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-landing-page-structure.json",
  "description": "OGC API landing page with navigation links.",
  "type": "object",
  "properties": {
    "title": {
      "type": "string",
      "description": "API title.",
      "example": "USGS Water Data OGC APIs"
    },
    "description": {
      "type": "string",
      "description": "API description.",
      "example": "Access to USGS water data using OGC API standards."
    },
    "links": {
      "type": "array",
      "description": "Navigation links.",
      "items": {
        "$ref": "#/components/schemas/Link"
      }
    }
  },
  "name": "LandingPage"
}