return_delineation_geometry

Switch whether to return watershed or catchment geometry with results.

GovernmentEnvironmentalOpenDataAirQualityWaterQualityHazardousWasteComplianceEmissions
View JSON Schema on GitHub

JSON Schema

cip-service-return-delineation-geometry-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-return-delineation-geometry-schema.json",
  "title": "return_delineation_geometry",
  "description": "Switch whether to return watershed or catchment geometry with results.",
  "type": "boolean",
  "default": true,
  "examples": [
    true
  ]
}