{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/epa/refs/heads/main/json-structure/echo-dfr-dfr007-results-structure.json", "name": "dfr007_Results", "description": "Results Object", "type": "object", "properties": { "CWA3YrD80D90Counts": { "$ref": "#/definitions/dfr027" }, "Message": { "type": "string", "description": "Field to record messages (typically performance-related) about packet processing", "example": "Success" } }, "required": [ "Message", "CWA3YrD80D90Counts" ] }