Commit dae37d5c authored by landgrafr's avatar landgrafr Committed by Mark Canterbury
Browse files

Apply 1 suggestion(s) to 1 file(s)



Co-authored-by: default avatarcanterburym <markc@tencastle.com>
parent e1744517
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -523,8 +523,8 @@
    },
    "IBAN": {
      "type": "string",
      "pattern": "[A-Z]{2}[0-9]{2}[a-zA-Z0-9]{1,30}",
      "description": "International Bank Account Number according to ISO 13616-1:2020"
      "pattern": "[A-Z]{2}[0-9]{2}[A-Z0-9]{1,30}",
      "description": "International Bank Account Number according to ISO 13616-1:2020, converted to upper-case letters."
    },
    "PaymentCard": {
      "type": "object",