Reliability Codes

Code indicating the reliability of the data available for the site.

WaterStreamflowGroundwaterWater QualityHydrologyEnvironmentalUSGSNWISGovernmentOpen DataOGC

Properties

Name Type Description
id string
reliability_description string
View JSON Schema on GitHub

JSON Schema

reliability-codes.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api.waterdata.usgs.gov/ogcapi/v0/collections/reliability-codes/schema",
  "title": "Reliability Codes",
  "description": "Code indicating the reliability of the data available for the site.",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "title": "Id"
    },
    "reliability_description": {
      "type": "string",
      "title": "Reliability Description"
    }
  }
}