Echo Dfr Dfr018 Caeddocuments Structure

CAED Documents

Type: object Properties: 5
GovernmentEnvironmentalOpenDataAirQualityWaterQualityHazardousWasteComplianceEmissions

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

Properties

DocumentLink EPAProgram FacilityName PublishDate RegistryId

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-dfr018-caeddocuments-structure.json",
  "name": "dfr018_CAEDDocuments",
  "description": "CAED Documents",
  "type": "object",
  "properties": {
    "DocumentLink": {
      "type": "string",
      "description": "URLS for documents that EPA has colleted that are related to this Case.",
      "example": "string"
    },
    "EPAProgram": {
      "type": "string",
      "description": "The EPA Program associated with the Document URL",
      "example": "string"
    },
    "FacilityName": {
      "type": "string",
      "description": "The name of the facility.",
      "example": "3M COMPANY"
    },
    "PublishDate": {
      "type": "string",
      "description": "The date the document was published.",
      "example": "string"
    },
    "RegistryId": {
      "type": "string",
      "description": "12-digit Facility Registry Service (FRS) identification number.  FRS uniquely identifies a facility by assigning an identification number (FRS ID), and uses this FRS ID to link together all EPA regulatory program database records",
      "example": "110020837601"
    }
  }
}