{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/epa/refs/heads/main/json-schema/echo-dfr-dfr067-schema.json", "title": "dfr067", "description": "Action Object", "type": "object", "properties": { "ActivityName": { "description": "The user-created name for an activity.", "type": "string", "example": "EPA Facility" }, "CaseID": { "description": "Air Facility System (AFS) ID.", "example": "VA0000005151044014", "title": "Case Identifier", "type": "string" }, "CaseName": { "description": "A unique number identifying the enforcement action. For EPA civil cases, these numbers begin with either the two digit EPA Region Code, \"HQ\" (headquarters initiated cases), and \"EF\" or \"WF\" (Eastern or Western Field Office CAA Mobile Source Program cases); followed by the fiscal year in which the action was initiated. After the fiscal year there is a sequence number. State NPDES civil cases start with the two character post abbreviation, followed by a sequence number.\nFor criminal cases, the ID was generated in ECHO based on the following format: CR [prosecution_summary_id]. The source of the Prosecution Summary ID is the Summary of Criminal Prosecutions database.", "example": "Baltes Real Estate Company", "title": "Case Name", "type": "string" }, "CaseType": { "description": "The unique code that identifies a type of compliance event or enforcement action.", "example": "AFR", "title": "Case Type", "type": "string" }, "CompActionCost": { "description": "The whole dollar amount of the estimated or actual value of the complying action activities.", "example": "0", "title": "Complying Action Cost", "type": "string" }, "FederalPenalty": { "description": "For civil judicial Enforcement Actions, this amount is the Federal penalty assessed against the defendant(s) as specified in the final entered Consent Decree or Court Order. For administrative Enforcement Actions, it is the penalty assessed in the Consent/Final Order. It does not include the amount of the penalty mitigated due to a SEP or the amount shared with the state or local entities. Interest payments associated with a penalty paid over time are not to be included in this amount. It is the total Federal amount for each Final Order.", "example": "$65,000.00", "title": "Federal Penalty", "type": "string" }, "IssueDate": { "description": "For administrative cases, this field indicates the date that the complaint or Administrative Order (AO) was signed by the appropriate authority and issued to the respondent. For judicial cases, this field indicates the date that the complaint was filed with the Clerk of the Court.", "title": "Administratice Case Issue Date", "type": "string", "example": "string" }, "LatestSettlementEnteredDate": { "description": "The date that the final order is signed and issued by the enforcement authority.", "example": "01/25/2018", "title": "Settlement/Action Date", "type": "string" }, "LawSectionCode": { "description": "The unique identifier for the Section(s) of law violated and cited in the activity.", "example": "112D", "title": "Law Section Code", "type": "string" }, "LeadAgency": { "description": "The lead agency (e.g., EPA, State) conducting the inspection", "example": "State", "title": "Lead Agency", "type": "string" }, "NumberSettlements": { "description": "The number of final orders issued under the enforcement action.", "example": "1", "title": "Number of Settlements", "type": "string" }, "SepCost": { "description": "The total value of all SEPs for all settlements at the enforcement case.", "example": "$4,100.00", "title": "Supplemental Environmental Projects Cost", "type": "string" }, "SettlementDate": { "description": "For federal judicial actions, this is the date the settlement document is signed by the presiding judge and entered by the Clerk of the Court. At that point, the settlement becomes a binding court order. For administrative actions, this is the date that the final order is signed and issued by the enforcement authority.", "example": "05/5/2005", "title": "Settlement Date", "type": "string" }, "StateLocalPenalty": { "description": "The total dollar penalty amount from all settlements to be paid to a state or local enforcement authority that is party to a concluded enforcement action.", "example": "8450", "title": "State/Local Penalty", "type": "string" }, "StatuteCode": { "description": "Air Facility System (AFS) ID.", "example": "VA0000005151044014", "title": "Statute Code", "type": "string" }, "TotalCostRecovery": { "description": "The amount of the cost recovery ordered or agreed to be repaid by the responsible parties, cost recovery whole dollar amount awarded by the Court and due the the Superfund. For administrative cases, it is the cost recovery whole dollar amount of the Final Order.", "example": "$6,598", "title": "Total Cost Recovery", "type": "string" } }, "required": [ "StatuteCode", "LawSectionCode", "CaseID", "ActivityName", "LeadAgency", "CaseType", "CaseName", "IssueDate", "NumberSettlements", "TotalCostRecovery", "SettlementDate", "FederalPenalty", "LatestSettlementEnteredDate", "StateLocalPenalty", "SepCost", "CompActionCost" ] }