{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/epa/refs/heads/main/json-structure/echo-case-crs1-final-order-statuses-structure.json", "name": "crs1_FinalOrderStatuses", "description": "This section provides the compliance status for a subset of EPA judicial consent decrees with compliance schedules requiring more than three years to complete.", "type": "object", "properties": { "FiscalYear": { "type": "string", "description": "The fiscal year in which the activity occurred.", "example": "2004" }, "Q1StatusDescription": { "type": "string", "description": "The relevant status for the quarter.", "example": "active" }, "Q2StatusDescription": { "type": "string", "description": "The relevant status for the quarter.", "example": "active" }, "Q3StatusDescription": { "type": "string", "description": "The relevant status for the quarter.", "example": "active" }, "Q4StatusDescription": { "type": "string", "description": "The relevant status for the quarter.", "example": "active" } }, "required": [ "FiscalYear", "Q4StatusDescription", "Q3StatusDescription", "Q2StatusDescription", "Q1StatusDescription" ] }