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

TS 103 705 CR006 - Correction of IBAN pattern definition

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