Cip Service End Point Properties Structure

end_point_properties schema from CIP-service Indexing API

Type: object Properties: 3
GovernmentEnvironmentalOpenDataAirQualityWaterQualityHazardousWasteComplianceEmissions

end_point_properties is a JSON Structure definition published by EPA — U.S. Environmental Protection Agency, describing 3 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

nhdplus reachcode measure

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

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