Echo Rcra Rcra05 Structure

Cluster Data Object

Type: object Properties: 17 Required: 17
GovernmentEnvironmentalOpenDataAirQualityWaterQualityHazardousWasteComplianceEmissions

rcra05 is a JSON Structure definition published by EPA — U.S. Environmental Protection Agency, describing 17 properties, of which 17 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

CVRows ClusterCount ClusterIcon ClusterLatitude ClusterLongitude ClusterName ClusterType ClusterValue EPARegionCode FEARows INSPRows IndianCountryRows InfFEARows ObjectId SVRows TotalPenalties V3Rows

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/epa/refs/heads/main/json-structure/echo-rcra-rcra05-structure.json",
  "name": "rcra05",
  "description": "Cluster Data Object",
  "type": "object",
  "properties": {
    "CVRows": {
      "type": "string",
      "description": "Summary count of the number of CWA facilities or SDWA public drinking water systems with current violations.",
      "example": "0"
    },
    "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"
    },
    "EPARegionCode": {
      "type": "string",
      "description": "The EPA region where the facility is located. EPA has 10 regional offices that execute programs within several states and territories",
      "example": "03"
    },
    "FEARows": {
      "type": "string",
      "description": "Summary count of the number of facilities with a formal enforcement action in the past five years",
      "example": "1"
    },
    "INSPRows": {
      "type": "string",
      "description": "Number of facilities with insp_5yr_flag populated (CWP_DATE_LAST_INSPECTION)",
      "example": "1"
    },
    "IndianCountryRows": {
      "type": "string",
      "description": "Number of facilities with tribal_flag populated",
      "example": "0"
    },
    "InfFEARows": {
      "type": "string",
      "description": "Number of facilities with infea_5yr_flag populated (INFORMAL_ENF_ACT_COUNT > 0)",
      "example": "0"
    },
    "ObjectId": {
      "type": "string",
      "description": "Sequential number assigned to each facility or cluster returned.",
      "example": "1"
    },
    "SVRows": {
      "type": "string",
      "description": "Number of facilities with curr_sv_flag populated (CWP_STATUS = \"Significant Violation\")",
      "example": "0"
    },
    "TotalPenalties": {
      "type": "string",
      "description": "The total dollar amount of either assessed or final penalties within the five year time period",
      "example": "$963,531"
    },
    "V3Rows": {
      "type": "string",
      "description": "Number of facilities having one or more quarters in non-compliance (QNC) in the last three years",
      "example": "2"
    }
  },
  "required": [
    "ObjectId",
    "ClusterLatitude",
    "ClusterLongitude",
    "ClusterIcon",
    "ClusterType",
    "ClusterName",
    "ClusterValue",
    "ClusterCount",
    "IndianCountryRows",
    "EPARegionCode",
    "SVRows",
    "CVRows",
    "V3Rows",
    "FEARows",
    "InfFEARows",
    "INSPRows",
    "TotalPenalties"
  ]
}