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