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