{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/adyen/refs/heads/main/json-schema/accounting-notifications-transfer-notification-transfer-tracking-schema.json", "title": "TransferNotificationTransferTracking", "description": "TransferNotificationTransferTracking schema from Adyen API", "properties": { "status": { "x-addedInVersion": "3", "description": "The tracking status of the transfer.", "enum": [ "credited" ], "type": "string" } }, "type": "object" }