dfr0_Qtr13Status

Status Object

GovernmentEnvironmentalOpenDataAirQualityWaterQualityHazardousWasteComplianceEmissions

Properties

Name Type Description
Qtr10Status string The relevant status for the quarter.
Qtr11Status string The relevant status for the quarter.
Qtr12Status string The relevant status for the quarter.
Qtr13Status string The relevant status for the quarter.
Qtr1Status string The relevant status for the quarter.
Qtr2Status string The relevant status for the quarter.
Qtr3Status string The relevant status for the quarter.
Qtr4Status string The relevant status for the quarter.
Qtr5Status string The relevant status for the quarter.
Qtr6Status string The relevant status for the quarter.
Qtr7Status string The relevant status for the quarter.
Qtr8Status string The relevant status for the quarter.
Qtr9Status string The relevant status for the quarter.
SourceID string Unique Identifier assigned by EPA.
View JSON Schema on GitHub

JSON Schema

echo-dfr-dfr0-qtr13-status-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/epa/refs/heads/main/json-schema/echo-dfr-dfr0-qtr13-status-schema.json",
  "title": "dfr0_Qtr13Status",
  "description": "Status Object",
  "type": "object",
  "properties": {
    "Qtr10Status": {
      "description": "The relevant status for the quarter.",
      "example": "No Viol",
      "title": "Quarter 10 Status",
      "type": "string"
    },
    "Qtr11Status": {
      "description": "The relevant status for the quarter.",
      "example": "No Viol",
      "title": "Quarter 11 Status",
      "type": "string"
    },
    "Qtr12Status": {
      "description": "The relevant status for the quarter.",
      "example": "No Viol",
      "title": "Quarter 12 Status",
      "type": "string"
    },
    "Qtr13Status": {
      "description": "The relevant status for the quarter.",
      "example": "No Viol",
      "title": "Quarter 13 Status",
      "type": "string"
    },
    "Qtr1Status": {
      "description": "The relevant status for the quarter.",
      "example": "No Viol",
      "title": "Quarter 1 Status",
      "type": "string"
    },
    "Qtr2Status": {
      "description": "The relevant status for the quarter.",
      "example": "No Viol",
      "title": "Quarter 2 Status",
      "type": "string"
    },
    "Qtr3Status": {
      "description": "The relevant status for the quarter.",
      "example": "No Viol",
      "title": "Quarter 3 Status",
      "type": "string"
    },
    "Qtr4Status": {
      "description": "The relevant status for the quarter.",
      "example": "No Viol",
      "title": "Quarter 4 Status",
      "type": "string"
    },
    "Qtr5Status": {
      "description": "The relevant status for the quarter.",
      "example": "No Viol",
      "title": "Quarter 5 Status",
      "type": "string"
    },
    "Qtr6Status": {
      "description": "The relevant status for the quarter.",
      "example": "No Viol",
      "title": "Quarter 6 Status",
      "type": "string"
    },
    "Qtr7Status": {
      "description": "The relevant status for the quarter.",
      "example": "No Viol",
      "title": "Quarter 7 Status",
      "type": "string"
    },
    "Qtr8Status": {
      "description": "The relevant status for the quarter.",
      "example": "No Viol",
      "title": "Quarter 8 Status",
      "type": "string"
    },
    "Qtr9Status": {
      "description": "The relevant status for the quarter.",
      "example": "No Viol",
      "title": "Quarter 9 Status",
      "type": "string"
    },
    "SourceID": {
      "description": "Unique Identifier assigned by EPA.",
      "example": "ALR040033",
      "title": "EPA Source Identifier",
      "type": "string"
    }
  },
  "required": [
    "SourceID",
    "Qtr1Status",
    "Qtr2Status",
    "Qtr3Status",
    "Qtr4Status",
    "Qtr5Status",
    "Qtr6Status",
    "Qtr7Status",
    "Qtr8Status",
    "Qtr9Status",
    "Qtr10Status",
    "Qtr11Status",
    "Qtr12Status",
    "Qtr13Status"
  ]
}