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