{ "$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-data-structure.json", "name": "crs0_ClusterData", "description": "Cluster Data Complex Object", "type": "object", "properties": { "AFRRows": { "type": "string", "description": "Displays the number of Administrative Formal cases within the search results.", "example": "5" }, "CAARows": { "type": "string", "description": "The number of facilities or cases within the result set that have Clean Air Act (CAA) permits.", "example": "50" }, "CERCLARows": { "type": "string", "description": "The number of cases within the results set that relate to the Comprehensive Environmental Response, Compensation, and Liability Act (CERCLA).", "example": "50" }, "CWARows": { "type": "string", "description": "The number of facilities or cases within the results set that have Clean Water Act (CWA) permits.", "example": "50" }, "ClusterCount": { "type": "string", "description": "The number of facilities or cases in the cluster.", "example": "string" }, "ClusterIcon": { "type": "string", "description": "The icon file used to reprsent the cluster.", "example": "string" }, "ClusterLatitude": { "type": "string", "description": "The latitude in decimal degrees expressed using the NAD83 horizontal datum.", "example": "38.904149" }, "ClusterLongitude": { "type": "string", "description": "The longitude in decimal degrees expressed using the NAD83 horizontal datum.", "example": "-77.017094" }, "ClusterName": { "type": "string", "description": "THe name or the identifier of the geographic area used for clustering. Examples: Alaska, Fairfax County, 22314", "example": "EPA Facility" }, "ClusterType": { "type": "string", "description": "The representative geographic area used for clustering. Examples: State, County, Zip Code", "example": "string" }, "ClusterValue": { "type": "string", "description": "The value, internal to the database report object, that represents this cluster, like a state abbreviation, zip code, or county FIPS code. Examples: AK, 22314, 50011", "example": "string" }, "CriminalRows": { "type": "string", "description": "Displays the number of criminal enforcement cases within the search results.", "example": "0" }, "EPCRARows": { "type": "string", "description": "The number of cases within the results set that relate to the Emergency Planning and Community Right to Know Act (EPCRA).", "example": "50" }, "FIFRARows": { "type": "string", "description": "The number of cases within the result set that relate to the Federal Insecticide, Fungicide, and Rodenticide Act (FIFRA).", "example": "50" }, "FedPenRows": { "type": "string", "description": "Displays the number of cases with federal penalty assessed greater than $0.", "example": "3" }, "FederalRows": { "type": "string", "description": "The number of facilities or cases within the result set that have a relationship to a Federal facility.", "example": "50" }, "JDCRows": { "type": "string", "description": "Displays the number of Judicial cases within the search results.", "example": "2" }, "ObjectId": { "type": "string", "description": "Sequential number assigned to each facility or cluster returned.", "example": "1" }, "RCRARows": { "type": "string", "description": "The number of facilities or cases within the results set that have Resource Conservation and Recovery Action (RCRA) permits.", "example": "50" }, "SDWARows": { "type": "string", "description": "The number of facilities or cases within the results set that have Safe Drinking Water Act (SDWA) permits.", "example": "50" }, "SEPRows": { "type": "string", "description": "Displays the number of cases with SEP amount greater than $0.", "example": "0" }, "TSCARows": { "type": "string", "description": "The number of cases within the result set that relate to the Toxic Substances Control Act (TSCA).", "example": "50" } }, "required": [ "ObjectId", "ClusterLatitude", "ClusterLongitude", "ClusterIcon", "ClusterType", "ClusterName", "ClusterValue", "ClusterCount", "JDCRows", "AFRRows", "FedPenRows", "SEPRows", "CriminalRows", "RCRARows", "CWARows", "CAARows", "SDWARows", "EPCRARows", "CERCLARows", "FIFRARows", "TSCARows", "FederalRows" ] }