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