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