Echo Dfr Dfr049 Structure

CWA SE Compliance Object

Type: object Properties: 2
GovernmentEnvironmentalOpenDataAirQualityWaterQualityHazardousWasteComplianceEmissions

dfr049 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

Header Sources

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-dfr049-structure.json",
  "name": "dfr049",
  "description": "CWA SE Compliance Object",
  "type": "object",
  "properties": {
    "Header": {
      "$ref": "#/definitions/dfr0_Qtr13Header"
    },
    "Sources": {
      "type": "array",
      "items": {
        "$ref": "#/definitions/dfr050"
      },
      "example": [
        "string"
      ]
    }
  }
}