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