{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/adyen/refs/heads/main/json-schema/terminal-reversal-reason-schema.json", "title": "ReversalReason", "description": "Reason of the payment or loyalty reversal..", "type": "string", "enum": [ "CustCancel", "Malfunction", "MerchantCancel", "Unable2Compl" ] }