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