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