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