Commit 526ac168 authored by Anne Dierstein's avatar Anne Dierstein
Browse files

add feedback from the group

parent 62409699
Loading
Loading
Loading
Loading
Loading
+6 −7
Original line number Diff line number Diff line
@@ -413,7 +413,7 @@
      "properties": {
        "begin": {
          "$ref": "ts_103280_2017_07#/$defs/QualifiedMicrosecondDateTime",
          "description": "Start of the validity period" 
          "description": "Start of the validity period, inclusive" 
        },
        "end": {
          "$ref": "ts_103280_2017_07#/$defs/QualifiedMicrosecondDateTime",
@@ -508,7 +508,7 @@
        }, 
        "cardType": {	
          "type": "string",
          "description": "Type of the payment card, e.g. VISA"
          "description": "Type of the payment card, e.g. issuing company/brand"
        },
        "dateOfExpiry": { 
          "$ref": "#/$defs/Date",
@@ -518,7 +518,6 @@
    },
    "PaymentCardNumber": {
      "type": "string",
      "pattern": "^\\d{8,19}$",
      "description": "Number of a payment card"
    }, 
    "Contract": {
@@ -598,7 +597,7 @@
    },
    "IdentityVerification": {
      "type": "object",
      "description": "Identity verfication information",
      "description": "Identity verification information",
      "properties": {
        "typeOfDocument": {
          "type": "string",
@@ -614,11 +613,11 @@
        },          
        "issuingAuthority": {
          "type": "string",
          "description": "Issuing authority of the document used for identity verfication, e.g. of the identity card"
          "description": "Issuing authority of the document used for identity verification, e.g. of the identity card"
        },   
        "dateOfExpiry": {
          "$ref": "#/$defs/Date",
          "description": "Date of expiry of the document used for identity verfication, e.g. of the identity card"
          "description": "Date of expiry of the document used for identity verification, e.g. of the identity card"
        },
        "countryCode": {
          "$ref": "ts_103280_2017_07#/$defs/ISOCountryCode",
@@ -648,7 +647,7 @@
        },
        "checksum": {          
          "$ref": "ts_103280_2017_07#/$defs/ShortString",
          "description": "Checksum computed for the document using the algoritm provided in checksumType"        
          "description": "Checksum computed for the document using the algorithm provided in checksumType"        
        },        
        "checksumType": {          
          "$ref": "ts_103280_2017_07#/$defs/ShortString",