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