Echo Dfr Dfr102 Structure

TRI Releases Object

Type: object Properties: 2
GovernmentEnvironmentalOpenDataAirQualityWaterQualityHazardousWasteComplianceEmissions

dfr102 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

Chemicals Header

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-dfr102-structure.json",
  "name": "dfr102",
  "description": "TRI Releases Object",
  "type": "object",
  "properties": {
    "Chemicals": {
      "type": "array",
      "items": {
        "$ref": "#/definitions/dfr103"
      },
      "example": [
        "string"
      ]
    },
    "Header": {
      "type": "array",
      "items": {
        "$ref": "#/definitions/dfr104"
      },
      "example": [
        "string"
      ]
    }
  }
}