{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/adyen/refs/heads/main/json-structure/terminal-abort-request-structure.json", "description": "It conveys Information requested for identification of the message request carrying the transaction to abort. A message to display on the CustomerError Device could be sent by the Sale System (DisplayOutput). Body of the Abort Request message.", "type": "object", "properties": { "MessageReference": { "$ref": "#/components/schemas/MessageReference" }, "AbortReason": { "type": "string", "pattern": "^.+$", "description": "Reason of aborting a transaction." }, "DisplayOutput": { "$ref": "#/components/schemas/DisplayOutput" } }, "required": [ "MessageReference", "AbortReason" ], "name": "AbortRequest" }