Commit 134d5e92 authored by Mark Canterbury's avatar Mark Canterbury
Browse files

Merge branch 'cr/103705/006' into 'meeting/LI69'

TS 103 705 CR006 - Correction of IBAN pattern definition

See merge request !225
parents b7c34dd6 586be973
Loading
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",