Cip Service Randomcatchment Resp Structure

randomcatchment_resp schema from CIP-service Indexing API

Type: object Properties: 1
GovernmentEnvironmentalOpenDataAirQualityWaterQualityHazardousWasteComplianceEmissions

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

Properties

catchment

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-randomcatchment-resp-structure.json",
  "name": "randomcatchment_resp",
  "description": "randomcatchment_resp schema from CIP-service Indexing API",
  "type": "object",
  "properties": {
    "catchment": {
      "$ref": "#/components/schemas/geojson_feature"
    }
  }
}