{ "$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" ] }