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