Commit e05fa8af authored by Sarah Werner's avatar Sarah Werner
Browse files

Changed field names to typeOfIdentityVerificationDocument and identityVerificationDocumentFile

Updated description of VATnumber
parent 0ff46525
Loading
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -459,7 +459,7 @@
        "VATNumber": {
          "type": "string", 
          "pattern": "[A-Z]{2}.*",
          "description": "Value Added Tax number, typically starting with a two letter country code according to ISO code 3166 - alpha 2 - that identifies the state of issue"
          "description": "Value Added Tax number, typically starting with a two letter country code according to ISO code 3166 - alpha 2 - that identifies the country of issue"
        }
      }
    },     
@@ -565,7 +565,7 @@
    "IdentityVerification": {
      "type": "object",
      "properties": {
        "typeOfDocument": {
        "typeOfIdentityVerficationDocument": {
          "type": "string",
          "description": "Type of the identity verification document, e.g. identity card"
        },  
@@ -581,7 +581,7 @@
        "countryCode": {
          "$ref": "ts_103280_2017_07#/$defs/ISOCountryCode"
        },
        "identityFile": {
        "identityVerficiationDocumentFile": {
          "$ref": "#/$defs/DocumentFile"
        }          
      }