Echo Air Air01 Structure

Cluster Output Object

Type: object Properties: 1
GovernmentEnvironmentalOpenDataAirQualityWaterQualityHazardousWasteComplianceEmissions

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