{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/epa/refs/heads/main/json-schema/echo-dfr-dfr068-schema.json", "title": "dfr068", "description": "Inspection Enforcement Summary Object", "type": "object", "properties": { "ProgramDates": { "items": { "$ref": "#/definitions/dfr018_ProgramDates" }, "title": "Program Dates", "type": "array", "xml": { "name": "ProgramDates", "wrapped": true }, "example": [ "string" ] }, "Source": { "items": { "$ref": "#/definitions/dfr069" }, "title": "Source", "type": "array", "xml": { "name": "Source", "wrapped": true }, "example": [ "string" ] } } }