Commit 0ff46525 authored by Sarah Werner's avatar Sarah Werner
Browse files

Updated formatting and editorials in the descriptions

Changed field name from documentFile to identityFile
parent 042ee69c
Loading
Loading
Loading
Loading
Loading
+96 −96
Original line number Diff line number Diff line
@@ -423,11 +423,11 @@
      "properties": {
        "surname": {
          "type": "string",
          "description" : "surname, family name, maiden name, married name, main name, and the entire name, in cases where the name cannot be divided into two part" 
          "description": "Surname, family name, maiden name, married name, main name, or the entire name, in cases where the name cannot be divided into two parts" 
        },
        "givenNames": {
          "type": "string",
          "description" : "given names, forenames, familiar names and any other secondary names"
          "description" : "Given names, forenames, familiar names and any other secondary names"
        },
        "initials": {
          "type": "string"
@@ -448,7 +448,7 @@
    "Date": {
      "type": "string",
      "pattern": "[0-9]{4}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])",
      "description" : "date in format YYYY-MM-DD"
      "description": "Date in format YYYY-MM-DD"
    },
    "Organisation": {
      "type": "object",
@@ -490,7 +490,7 @@
        }, 
        "cardType": {	
          "type": "string",
          "description" : "nature of the card, e.g. VISA"
          "description": "Nature of the card, e.g. VISA"
        },
        "dateOfExpiry": { 
          "$ref": "ts_103280_2017_07#/$defs/QualifiedDateTime" 
@@ -515,7 +515,7 @@
        },
        "natureOfContract": { 
          "type": "string",
          "description" : "nature of the contract, i.e. product or service name"
          "description": "Nature of the contract, i.e. product or service name"
        }  
      }
    },
@@ -567,7 +567,7 @@
      "properties": {
        "typeOfDocument": {
          "type": "string",
          "description" : "nature of the identity verification document, e.g. identity card"
          "description": "Type of the identity verification document, e.g. identity card"
        },  
        "documentNumber": {
          "type": "string"
@@ -581,7 +581,7 @@
        "countryCode": {
          "$ref": "ts_103280_2017_07#/$defs/ISOCountryCode"
        },
        "documentFile" : {
        "identityFile": {
          "$ref": "#/$defs/DocumentFile"
        }          
      }
@@ -600,14 +600,14 @@
        },
        "content": {
          "type": "string",
          "description" : "content of the file base64 encoded"
          "description": "Content of the file base64 encoded"
        },
        "checksum": {          
          "$ref": "ts_103280_2017_07#/$defs/ShortString"        
        },        
        "checksumType": {          
          "$ref": "ts_103280_2017_07#/$defs/ShortString",
          "description": "algorithm used to compute the checksum"      
          "description": "Algorithm used to compute the checksum"      
        }
      }
    }