end_point_properties

end_point_properties schema from CIP-service Indexing API

GovernmentEnvironmentalOpenDataAirQualityWaterQualityHazardousWasteComplianceEmissions

Properties

Name Type Description
nhdplus integer NHDPlus int64 flowline identifier.
reachcode object
measure object
View JSON Schema on GitHub

JSON Schema

cip-service-end-point-properties-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/epa/refs/heads/main/json-schema/cip-service-end-point-properties-schema.json",
  "title": "end_point_properties",
  "description": "end_point_properties schema from CIP-service Indexing API",
  "type": "object",
  "properties": {
    "nhdplus": {
      "description": "NHDPlus int64 flowline identifier.",
      "type": "integer",
      "format": "int64",
      "example": 0
    },
    "reachcode": {
      "$ref": "#/components/schemas/reachcode"
    },
    "measure": {
      "$ref": "#/components/schemas/measure"
    }
  }
}