{ "$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" ] } } }