Echo Dfr Dfr052 Structure

Case Formal Actions

Type: object Properties: 2
GovernmentEnvironmentalOpenDataAirQualityWaterQualityHazardousWasteComplianceEmissions

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

Properties

Action ProgramDates

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-dfr-dfr052-structure.json",
  "name": "dfr052",
  "description": "Case Formal Actions",
  "type": "object",
  "properties": {
    "Action": {
      "type": "array",
      "items": {
        "$ref": "#/definitions/dfr053"
      },
      "example": [
        "string"
      ]
    },
    "ProgramDates": {
      "type": "array",
      "items": {
        "$ref": "#/definitions/dfr018_ProgramDates"
      },
      "example": [
        "string"
      ]
    }
  }
}