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