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