Citations

Citations associated with water measurement methods.

WaterStreamflowGroundwaterWater QualityHydrologyEnvironmentalUSGSNWISGovernmentOpen DataOGC

Properties

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

JSON Schema

citations.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api.waterdata.usgs.gov/ogcapi/v0/collections/citations/schema",
  "title": "Citations",
  "description": "Citations associated with water measurement methods.",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "title": "Id"
    },
    "citation_description": {
      "type": "string",
      "title": "Citation Description"
    }
  }
}