Echo Dfr Dfr065 Structure

Action Object

Type: object Properties: 7 Required: 7
GovernmentEnvironmentalOpenDataAirQualityWaterQualityHazardousWasteComplianceEmissions

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

Properties

ActionDate ActionType LeadAgency PenaltyAmount PenaltyDesc SourceID Statute

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-dfr-dfr065-structure.json",
  "name": "dfr065",
  "description": "Action Object",
  "type": "object",
  "properties": {
    "ActionDate": {
      "type": "string",
      "description": "Air Facility System (AFS) ID.",
      "example": "VA0000005151044014"
    },
    "ActionType": {
      "type": "string",
      "description": "Text description of type of enforcement action. The type of action and description are designated differently in each system, but may be equivalent.",
      "example": "string"
    },
    "LeadAgency": {
      "type": "string",
      "description": "The lead agency (e.g., EPA, State) conducting the inspection",
      "example": "State"
    },
    "PenaltyAmount": {
      "type": "string",
      "description": "??",
      "example": "$1,458"
    },
    "PenaltyDesc": {
      "type": "string",
      "description": "??",
      "example": "string"
    },
    "SourceID": {
      "type": "string",
      "description": "Unique Identifier assigned by EPA.",
      "example": "ALR040033"
    },
    "Statute": {
      "type": "string",
      "description": "The name of the statute associated with each of the permits and identifiers linked to the facility: \n- CAA = the Clean Air Act\n- CWA = the Clean Water Act\n- RCRA = the Resource Conservation and Recovery Act\n- EP313 = the Emergency Planning and Community Right-to-Know Act, Section 313 (also known as the Toxics Release Inventory Program)\n- TSCA = the Toxic Substances Control Act\n- SDWA = the Safe Drinking Water Act",
      "example": "CWA"
    }
  },
  "required": [
    "Statute",
    "SourceID",
    "ActionType",
    "LeadAgency",
    "ActionDate",
    "PenaltyAmount",
    "PenaltyDesc"
  ]
}