{ "$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" }