ibanInternational Bank Account Number (IBAN) for the account.Type: stringpattern : ^([a-zA-Z0-9_-]){15,35}$JSON schema extract"iban": { "type": "string", "description": "IBAN for the account.", "pattern": "^([a-zA-Z0-9_-]){15,35}$" }