Commit 4fbd7e01 authored by Anne Dierstein's avatar Anne Dierstein
Browse files

rename authentification to identity verification, type to cardType, checksum to cardValidationValue

parent 28469325
Loading
Loading
Loading
Loading
Loading
+9 −8
Original line number Diff line number Diff line
@@ -488,21 +488,22 @@
    "PaymentCard" : {
      "type" : "object",
      "properties" : {
        "paymentCardNumber": {
        "cardNumber": {
          "$ref" : "ts_103705_2024_02#/$defs/PaymentCardNumber"
        },
        "cardHolder" : {
          "type" : "string"
        }, 
        "type": {	
        "cardType": {	
          "type" : "string",
          "description" : "nature of the card, i.e. VISA"
          "description" : "nature of the card, e.g. VISA"
        },
        "dateOfExpiry" : { 
          "$ref" : "ts_103280_2017_07#/$defs/QualifiedDateTime" 
        },
        "checkSum" : { 
          "type" : "integer" 
        "cardValidationValue" : { 
          "type" : "integer",
          "description" : "security code e.g. CSC, CVC, CVV"
        }             
      }
    },
@@ -572,12 +573,12 @@
        }
      }
    },
    "Authentification" : {
    "IdentityVerification" : {
      "type" : "object",
      "properties" : {
        "typeOfDocument": {
          "type" : "string",
          "description" : "nature of the authentification document, i.e. identity card"
          "description" : "nature of the identity verification document, e.g. identity card"
        },  
        "documentNumber": {
          "type" : "string"