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