{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/adyen/refs/heads/main/json-structure/terminal-input-result-structure.json", "description": "InputResult schema from Adyen API", "type": "object", "properties": { "Device": { "$ref": "#/components/schemas/Device" }, "InfoQualify": { "$ref": "#/components/schemas/InfoQualify" }, "Response": { "$ref": "#/components/schemas/Response" }, "Input": { "$ref": "#/components/schemas/Input" } }, "required": [ "Device", "InfoQualify", "Response" ], "name": "InputResult" }