delineated_area_properties

delineated_area_properties schema from CIP-service Indexing API

GovernmentEnvironmentalOpen DataAir QualityWater QualityHazardous WasteComplianceEmissions

Properties

Name Type Description
areasqkm number
hydroseq object
sourcefc string identifier of the delineation area source.
nhdplusid object
View JSON Schema on GitHub

JSON Schema

cip-service-delineated-area-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-delineated-area-properties-schema.json",
  "title": "delineated_area_properties",
  "description": "delineated_area_properties schema from CIP-service Indexing API",
  "type": "object",
  "properties": {
    "areasqkm": {
      "type": "number",
      "example": 0.0
    },
    "hydroseq": {
      "$ref": "#/components/schemas/hydroseq"
    },
    "sourcefc": {
      "description": "identifier of the delineation area source.",
      "type": "string",
      "example": "string"
    },
    "nhdplusid": {
      "$ref": "#/components/schemas/nhdplusid"
    }
  }
}