{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/epa/refs/heads/main/json-schema/echo-case-crs0-cluster-output-schema.json", "title": "crs0_ClusterOutput", "description": "Cluster Ouput Complex Object Array", "type": "object", "properties": { "ClusterData": { "description": "An array of state, county, or zip code cluster information", "items": { "$ref": "#/definitions/crs0_ClusterData" }, "title": "Cluster Data", "type": "array", "example": [ "string" ] } } }