Commit e1744517 authored by Michael Eisenschmid's avatar Michael Eisenschmid Committed by Mark Canterbury
Browse files

Correction of IBAN pattern definition

parent b7c34dd6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -523,7 +523,7 @@
    },
    "IBAN": {
      "type": "string",
      "pattern": "[A-Z]{2}[0-9]{2}[A-Z0-9]{1,30}",
      "pattern": "[A-Z]{2}[0-9]{2}[a-zA-Z0-9]{1,30}",
      "description": "International Bank Account Number according to ISO 13616-1:2020"
    },
    "PaymentCard": {