{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/epa/refs/heads/main/json-structure/echo-dfr-dfr059-structure.json", "name": "dfr059", "description": "Compliance Summary Object", "type": "object", "properties": { "ProgramDates": { "type": "array", "items": { "$ref": "#/definitions/dfr018_ProgramDates" }, "example": [ "string" ] }, "Source": { "type": "array", "items": { "$ref": "#/definitions/dfr060" }, "example": [ "string" ] } }, "required": [ "ProgramDates", "Source" ] }