Echo Case Crs1 Final Order Statuses Structure

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: 5 Required: 5
GovernmentEnvironmentalOpenDataAirQualityWaterQualityHazardousWasteComplianceEmissions

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

Properties

FiscalYear Q1StatusDescription Q2StatusDescription Q3StatusDescription Q4StatusDescription

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-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"
  ]
}