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