{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/epa/refs/heads/main/json-schema/echo-dfr-dfr122-results-schema.json", "title": "dfr122_Results", "description": "Results Object", "type": "object", "properties": { "Message": { "description": "Field to record messages (typically performance-related) about packet processing", "example": "Success", "title": "Message", "type": "string" }, "Notices": { "$ref": "#/definitions/dfr076" } }, "required": [ "Message" ] }