{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/epa/refs/heads/main/json-schema/echo-dfr-dfr092-schema.json", "title": "dfr092", "description": "Sources Object", "type": "object", "properties": { "SiteVisit": { "items": { "$ref": "#/definitions/dfr093" }, "title": "Site Visit", "type": "array", "xml": { "name": "SiteVisit", "wrapped": true }, "example": [ "0014" ] } }, "required": [ "SiteVisit" ] }