Skip to content

Commit

Permalink
feat: updated passport ch according EIDAS MDS
Browse files Browse the repository at this point in the history
  • Loading branch information
philpotisk committed Oct 17, 2023
1 parent 4b730c3 commit 0d5891b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 5 additions & 3 deletions src/main/resources/vc-templates/PassportCh.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,15 @@
"credentialSubject": {
"id": "urn:uri:123",
"residence": "Schweiz",
"canton": "",
"canton": "Zug",
"address": "Bergstrasse 1",
"passportNumber": "C7648556",
"salutation": "",
"familyName": "DOE",
"firstName": "Fidelis",
"emailAddress": "",
"givenName": "Fidelis",
"birthName": "Doe",
"dateOfBirth": "1930-10-01",
"emailAddress": "",
"placeOfBirth": "Ruemligen BL",
"height" : "183",
"gender" : "F",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"sex": "01",
"surname": "Dalton",
"forenames": "Joe Jack William Averell",
"nameAtBirth": "Default Fidelis",
"birthName": "Default Fidelis",
"dateBirth": "1985-08-15",
"nationalities": ["BE"],
"stateOfResidenceAddress": {
Expand Down

0 comments on commit 0d5891b

Please sign in to comment.