{ "$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-error-response-structure.json", "description": "Standard OGC API error response.", "type": "object", "properties": { "code": { "type": "string", "description": "Error code.", "example": "InvalidParameter" }, "description": { "type": "string", "description": "Human-readable error description.", "example": "Invalid value for parameter bbox." } }, "name": "ErrorResponse" }