Commit 9c80d08f authored by Anne Dierstein's avatar Anne Dierstein
Browse files

add authentification

parent 6c4a84e5
Loading
Loading
Loading
Loading
Loading
+25 −1
Original line number Diff line number Diff line
@@ -238,7 +238,31 @@
          "description" : "content of the file base64 encoded"
        }
 		  }
    }.
    },
    "authentification" : {
      "type" : "object",
      "properties" : {
        "typeOfDocument": {
          "type" : "string",
          "description" : "nature of the authentification document, i.e. identity card"
        },  
        "documentNumber": {
          "type" : "string"
        },          
        "issuingAuthority" : {
          "type" : "string"
        },   
        "dateOfExpiry" : {
          "type": "$ref":"ts_103280_2017_07#/$defs/QualifiedDate" 
        },
        "counryCode" : {
          "type" : "$ref":"ts_103705_2024_02#/$defs/CountryCode"
        },
        "documentFile" : {
          "$ref" : "ts_103705_2024_02#/$defs/DocumentFile"
        }          
    	}
    },
    "recordSet": {
      "type": "array",
      "title": "RecordSet",