{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://raw.githubusercontent.com/api-evangelist/verifone/refs/heads/main/json-schema/order-service-api-ibanidentifier.json", "title": "IBAN", "description": "International Bank Account Number (ISO 13616-1:2007).\n The use of an IBAN is mandated for all SEPA transactions.\nThere are 66 countries that support this format. The length will vary by country. Norway has the shortest format, 15 characters, currently Malta is the longest with 31 characters.\n", "type": "string", "pattern": "^[a-zA-Z]{2,2}[0-9]{2,2}[a-zA-Z0-9]{1,30}$" }