{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/epa/refs/heads/main/json-schema/echo-case-crs1-compliance-schedules-schema.json", "title": "crs1_ComplianceSchedules", "description": "This section provides compliance schedule milestone activity information for a subset of EPA judicial consent decrees with compliance schedules.", "type": "object", "properties": { "ActualDate": { "description": "The actual date on which the Compliance Schedule event was completed/achieved.", "example": "08/12/1988", "type": "string" }, "EventAmount": { "description": "The dollar amount of a scheduled payment initiated through a penalty action or a cost recovery pursuant to a Final Order.", "example": "$100.00", "title": "Event Amount", "type": "string" }, "FacilityFRSID": { "description": "The number assigned by the Facility Linkage Application that is used to associate facility records from multiple environmental database systems that are known or believed to represent the same facility.", "title": "Facility FRS ID", "type": "string", "example": "12345" }, "ScheduleCommentText": { "description": "The free-text field used to store descriptive Compliance Schedule information.", "title": "Schedule Comment Text", "type": "string", "example": "string" }, "ScheduleDate": { "description": "The date the event is scheduled to be completed (i.e. the due date).", "title": "Schedule Date", "type": "string", "example": "string" }, "ScheduleEventDescription": { "description": "The description of the particular event with which the permittee is scheduled to comply.", "title": "Schedule Event Description", "type": "string", "example": "string" }, "ScheduleNumber": { "description": "A two-digit number which in combination with the Schedule Type and NPDES ID uniquely identifies a Compliance Schedule.", "title": "Schedule Number", "type": "string", "example": "string" } }, "required": [ "FacilityFRSID", "ScheduleNumber", "ScheduleCommentText", "ScheduleEventDescription", "ScheduleDate", "ActualDate", "EventAmount" ] }