{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/epa/refs/heads/main/json-structure/echo-all-echo06-structure.json", "name": "echo06", "description": "Cluster Output Object", "type": "object", "properties": { "ClusterData": { "type": "array", "items": { "$ref": "#/definitions/echo05" }, "description": "An array of state, county, or zip code cluster information", "example": [ "string" ] } }, "required": [ "ClusterData" ] }