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