Echo Case Crs0 Cluster Output Structure

Cluster Ouput Complex Object Array

Type: object Properties: 1
GovernmentEnvironmentalOpenDataAirQualityWaterQualityHazardousWasteComplianceEmissions

crs0_ClusterOutput 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

ClusterData

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/echo-case-crs0-cluster-output-structure.json",
  "name": "crs0_ClusterOutput",
  "description": "Cluster Ouput Complex Object Array",
  "type": "object",
  "properties": {
    "ClusterData": {
      "type": "array",
      "items": {
        "$ref": "#/definitions/crs0_ClusterData"
      },
      "description": "An array of state, county, or zip code cluster information",
      "example": [
        "string"
      ]
    }
  }
}