dfr035_EXP

dfr035_EXP schema from U.S. EPA Enforcement and Compliance History Online (ECHO) - Detailed Facility Report (DFR)

GovernmentEnvironmentalOpenDataAirQualityWaterQualityHazardousWasteComplianceEmissions

Properties

Name Type Description
Header object
Sources array
View JSON Schema on GitHub

JSON Schema

echo-dfr-dfr035-exp-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-dfr035-exp-schema.json",
  "title": "dfr035_EXP",
  "description": "dfr035_EXP schema from U.S. EPA Enforcement and Compliance History Online (ECHO) - Detailed Facility Report (DFR)",
  "type": "object",
  "properties": {
    "Header": {
      "$ref": "#/definitions/dfr0_Qtr13Header"
    },
    "Sources": {
      "items": {
        "$ref": "#/definitions/dfr035_EXP.Sources"
      },
      "title": "Sources",
      "type": "array",
      "xml": {
        "name": "Sources",
        "wrapped": true
      },
      "example": [
        "string"
      ]
    }
  }
}