{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/epa/refs/heads/main/json-structure/echo-dfr-dfr018-summaries-structure.json", "name": "dfr018_Summaries", "description": "Summaries Object", "type": "object", "properties": { "Cases": { "type": "string", "description": "The number of EPA enforcement cases that have been brought against the facility, under the corresponding statute, within the designated time period.", "example": "1" }, "CurrentStatus": { "type": "string", "description": "The current status for the facility during the most current quarter. (No violation, noncompliance)", "example": "No Violation" }, "FormalActions": { "type": "string", "description": "The number of formal enforcement actions that have been taken against the facility, under the corresponding statute, within the five year time period", "example": "1" }, "InformalActions": { "type": "string", "description": "The number of informal enforcement actions that have been taken against the facility, under the corresponding statute, within the five year time period", "example": "1" }, "Inspections": { "type": "string", "description": "The number of inspections/compliance evaluations that have occurred at the facility, under the corresponding statute, within the designated time period", "example": "string" }, "LastInspection": { "type": "string", "description": "The date on which the most recent inspection of the facility took place", "example": "07/24/2015" }, "QtrsInNC": { "type": "string", "description": "The number of quarters, out of the last twelve quarters, in which the permit or site is considered either with violations, in non-compliance (NC) status, or in Significant Noncompliance (SNC) or High Priority Violation (HPV) status", "example": "1" }, "QtrsInSNC": { "type": "string", "description": "The number of formal enforcement actions that have been taken against the facility, under the corresponding statute, within the five year time period", "example": "1" }, "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" }, "TotalCasePenalties": { "type": "string", "description": "??", "example": "$4,100.00" }, "TotalPenalties": { "type": "string", "description": "The total dollar amount of either assessed or final penalties within the five year time period", "example": "$963,531" } }, "required": [ "Statute", "Inspections", "LastInspection", "CurrentStatus", "QtrsInNC", "QtrsInSNC", "InformalActions", "FormalActions", "Cases", "TotalPenalties", "TotalCasePenalties" ] }