{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/epa/refs/heads/main/json-schema/echo-dfr-dfr063-s-schema.json", "title": "dfr063_s", "description": "Program Date Object", "type": "object", "properties": { "EndDate": { "description": "End date for the date range of interest. Formatted as mm/dd/yyyy", "example": "01/01/2016", "title": "End Date", "type": "string" }, "Program": { "description": "The source database for the EPA programs information.", "example": "CWA", "title": "Program", "type": "string" }, "StartDate3Yr": { "description": "?? - mm/dd/yyyy", "example": "07/01/2013", "type": "string" }, "StartDate5Yr": { "description": "?? - mm/dd/yyyy", "example": "05/04/2011", "type": "string" } }, "required": [ "Program", "StartDate3Yr", "StartDate5Yr", "EndDate" ] }