{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/adyen/refs/heads/main/json-structure/terminal-output-result-structure.json", "description": "In the message response, it contains the result of the output, if required in the message request. Information related to the result the output (display, print, input).", "type": "object", "properties": { "Device": { "$ref": "#/components/schemas/Device" }, "InfoQualify": { "$ref": "#/components/schemas/InfoQualify" }, "Response": { "$ref": "#/components/schemas/Response" } }, "required": [ "Device", "InfoQualify", "Response" ], "name": "OutputResult" }