Echo Dfr Dfr018 Web Fire Documents Structure

Web Fire Documents

Type: object Properties: 7 Required: 7
GovernmentEnvironmentalOpenDataAirQualityWaterQualityHazardousWasteComplianceEmissions

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

Properties

DocumentLink DocumentName DocumentType FacilityName RegistryId ReportDocType ReportSubmissionDate

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-web-fire-documents-structure.json",
  "name": "dfr018_WebFireDocuments",
  "description": "Web Fire Documents",
  "type": "object",
  "properties": {
    "DocumentLink": {
      "type": "string",
      "description": "URLS for documents that EPA has colleted that are related to this Case.",
      "example": "string"
    },
    "DocumentName": {
      "type": "string",
      "description": "The most severe compliance status for an outfall and parameter during the entire selected date range",
      "example": "In Violation"
    },
    "DocumentType": {
      "type": "string",
      "description": "The most severe compliance status for an outfall and parameter during the entire selected date range",
      "example": "In Violation"
    },
    "FacilityName": {
      "type": "string",
      "description": "The name of the facility.",
      "example": "3M COMPANY"
    },
    "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"
    },
    "ReportDocType": {
      "type": "string",
      "description": "The most severe compliance status for an outfall and parameter during the entire selected date range",
      "example": "In Violation"
    },
    "ReportSubmissionDate": {
      "type": "string",
      "description": "The most severe compliance status for an outfall and parameter during the entire selected date range",
      "example": "In Violation"
    }
  },
  "required": [
    "RegistryId",
    "FacilityName",
    "ReportSubmissionDate",
    "DocumentName",
    "ReportDocType",
    "DocumentType",
    "DocumentLink"
  ]
}