InputResult schema from Adyen API
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/adyen/refs/heads/main/json-schema/terminal-input-result-schema.json", "title": "InputResult", "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" ] }