Cip Service Indexed Catchment Properties Structure

indexed_catchment_properties schema from CIP-service Indexing API

Type: object Properties: 4
GovernmentEnvironmentalOpenDataAirQualityWaterQualityHazardousWasteComplianceEmissions

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

Properties

nhdplusid catchmentstatecode xwalk_huc12 areasqkm

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-indexed-catchment-properties-structure.json",
  "name": "indexed_catchment_properties",
  "description": "indexed_catchment_properties schema from CIP-service Indexing API",
  "type": "object",
  "properties": {
    "nhdplusid": {
      "$ref": "#/components/schemas/nhdplusid"
    },
    "catchmentstatecode": {
      "type": "string",
      "example": "NC"
    },
    "xwalk_huc12": {
      "type": "string",
      "minLength": 12,
      "maxLength": 12,
      "example": "string"
    },
    "areasqkm": {
      "type": "double",
      "example": 0.0
    }
  }
}