split_initial_catchment

Switch whether to split the initial catchment. Splitting has a cost overhead and if not needed should be avoided.

GovernmentEnvironmentalOpenDataAirQualityWaterQualityHazardousWasteComplianceEmissions
View JSON Schema on GitHub

JSON Schema

cip-service-split-initial-catchment-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-split-initial-catchment-schema.json",
  "title": "split_initial_catchment",
  "description": "Switch whether to split the initial catchment.  Splitting has a cost overhead and if not needed should be avoided.",
  "type": "boolean",
  "default": false,
  "examples": [
    false
  ]
}