{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/epa/refs/heads/main/json-schema/echo-dfr-dfr018-web-fire-documents-schema.json", "title": "dfr018_WebFireDocuments", "description": "Web Fire Documents", "type": "object", "properties": { "DocumentLink": { "description": "URLS for documents that EPA has colleted that are related to this Case.", "title": "Dcoument Links", "type": "string", "example": "string" }, "DocumentName": { "description": "The most severe compliance status for an outfall and parameter during the entire selected date range", "example": "In Violation", "title": "Most Severe Compliance Status", "type": "string" }, "DocumentType": { "description": "The most severe compliance status for an outfall and parameter during the entire selected date range", "example": "In Violation", "title": "Most Severe Compliance Status", "type": "string" }, "FacilityName": { "description": "The name of the facility.", "example": "3M COMPANY", "title": "Facility Name", "type": "string" }, "RegistryId": { "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", "title": "FRS Registry ID", "type": "string" }, "ReportDocType": { "description": "The most severe compliance status for an outfall and parameter during the entire selected date range", "example": "In Violation", "title": "Most Severe Compliance Status", "type": "string" }, "ReportSubmissionDate": { "description": "The most severe compliance status for an outfall and parameter during the entire selected date range", "example": "In Violation", "title": "Most Severe Compliance Status", "type": "string" } }, "required": [ "RegistryId", "FacilityName", "ReportSubmissionDate", "DocumentName", "ReportDocType", "DocumentType", "DocumentLink" ] }