{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://api.waterdata.usgs.gov/ogcapi/v0/collections/latest-continuous/schema", "title": "Latest Continuous", "description": "This endpoint provides the most recent observation for each time series of continuous data. Continuous data are collected via automated sensors installed at a monitoring location. They are collected at a high frequency and often at a fixed 15-minute interval. Depending on the specific monitoring location, the data may be transmitted automatically via telemetry and be available on WDFN within minutes of collection, while other times the delivery of data may be delayed if the monitoring location does not have the capacity to automatically transmit data. Continuous data are described by parameter name and parameter code. These data might also be referred to as \"instantaneous values\" or \"IV\"", "type": "object", "properties": { "id": { "type": "string", "title": "Id" }, "time_series_id": { "type": "string", "title": "Time Series Id" }, "monitoring_location_id": { "type": "string", "title": "Monitoring Location Id" }, "parameter_code": { "type": "string", "title": "Parameter Code" }, "statistic_id": { "type": "string", "title": "Statistic Id" }, "time": { "type": "string", "title": "Time" }, "value": { "type": "string", "title": "Value" }, "unit_of_measure": { "type": "string", "title": "Unit Of Measure" }, "approval_status": { "type": "string", "title": "Approval Status" }, "qualifier": { "type": "string", "title": "Qualifier" }, "last_modified": { "type": "string", "title": "Last Modified" } } }