{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/adyen/refs/heads/main/json-structure/notification-webhooks-bank-account-structure.json", "description": "BankAccount schema from Adyen API", "properties": { "iban": { "description": "The [International Bank Account Number](https://en.wikipedia.org/wiki/International_Bank_Account_Number) (IBAN).", "type": "string" } }, "required": [ "iban" ], "type": "object", "name": "BankAccount" }