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