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