{ "$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-caeddocuments-schema.json", "title": "dfr018_CAEDDocuments", "description": "CAED 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" }, "EPAProgram": { "description": "The EPA Program associated with the Document URL", "title": "EPA Program", "type": "string", "example": "string" }, "FacilityName": { "description": "The name of the facility.", "example": "3M COMPANY", "title": "Facility Name", "type": "string" }, "PublishDate": { "description": "The date the document was published.", "title": "Document Published Date", "type": "string", "example": "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" } } }