{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/TransferNotificationTransferTracking", "title": "TransferNotificationTransferTracking", "properties": { "status": { "x-addedInVersion": "3", "description": "The tracking status of the transfer.", "enum": [ "credited" ], "type": "string" } } }