{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/adyen/refs/heads/main/json-structure/recurring-schedule-account-updater-result-structure.json", "description": "ScheduleAccountUpdaterResult schema from Adyen API", "type": "object", "properties": { "pspReference": { "description": "Adyen's 16-character unique reference associated with the transaction. This value is globally unique; quote it when communicating with us about this request.", "type": "string" }, "result": { "description": "The result of scheduling an Account Updater. If scheduling was successful, this field returns **Success**; otherwise it contains the error message.", "type": "string" } }, "required": [ "pspReference", "result" ], "name": "ScheduleAccountUpdaterResult" }