air01

Cluster Output Object

GovernmentEnvironmentalOpen DataAir QualityWater QualityHazardous WasteComplianceEmissions

Properties

Name Type Description
ClusterData array An array of state, county, or zip code cluster information
View JSON Schema on GitHub

JSON Schema

echo-air-air01-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/echo-air-air01-schema.json",
  "title": "air01",
  "description": "Cluster Output Object",
  "type": "object",
  "properties": {
    "ClusterData": {
      "description": "An array of state, county, or zip code cluster information",
      "items": {
        "$ref": "#/definitions/air00"
      },
      "title": "Cluster Data",
      "type": "array",
      "example": [
        "string"
      ]
    }
  }
}