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