Echo Dfr Dfr105 Structure

Tribes Object

Type: object Properties: 4 Required: 4
GovernmentEnvironmentalOpenDataAirQualityWaterQualityHazardousWasteComplianceEmissions

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

Properties

AreaName DistanceToArea EPAId TribeName

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-dfr105-structure.json",
  "name": "dfr105",
  "description": "Tribes Object",
  "type": "object",
  "properties": {
    "AreaName": {
      "type": "string",
      "description": "Displays Clean Air Act stationary source program subpart designation, Clean Water Act-NPDES permit component(s), and/or other Resource Conservation and Recovery Act designations, if any.",
      "example": "EPA Facility"
    },
    "DistanceToArea": {
      "type": "string",
      "description": "Air Facility System (AFS) ID.",
      "example": "VA0000005151044014"
    },
    "EPAId": {
      "type": "string",
      "description": "This is the EPA Identifier for substances.",
      "example": "12345"
    },
    "TribeName": {
      "type": "string",
      "description": "Air Facility System (AFS) ID.",
      "example": "VA0000005151044014"
    }
  },
  "required": [
    "AreaName",
    "EPAId",
    "TribeName",
    "DistanceToArea"
  ]
}