{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://api.waterdata.usgs.gov/ogcapi/v0/collections/statistic-codes/schema", "title": "Statistic Codes", "description": "Statistic codes.", "type": "object", "properties": { "id": { "type": "string", "title": "Id" }, "statistic_name": { "type": "string", "title": "Statistic Name" }, "statistic_description": { "type": "string", "title": "Statistic Description" } } }