Skip to content

Commit

Permalink
fear: add optinal fields in Natural Person Verifiable Id schema
Browse files Browse the repository at this point in the history
  • Loading branch information
chsavvaidis committed May 30, 2024
1 parent 66ab5ff commit 02e3374
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/content/1.credentials/NaturalPersonVerifiableId.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,12 @@
"familyName": "Doe",
"firstName": "Jane",
"dateOfBirth": "1985-08-15",
"personalIdentifier": "c02654b4-814e-46dd-ba17-0bd81a45057c"
"personalIdentifier": "c02654b4-814e-46dd-ba17-0bd81a45057c",
"nameAndFamilyNameAtBirth": "Jane Doe",
"placeOfBirth": "Lille, France",
"currentAddress": "1 Boulevard de la Liberté, 59800 Lille",
"gender": "Female"

},
"credentialSchema": {
"id": "https://api-conformance.ebsi.eu/trusted-schemas-registry/v3/schemas/z22ZAMdQtNLwi51T2vdZXGGZaYyjrsuP1yzWyXZirCAHv",
Expand Down

0 comments on commit 02e3374

Please sign in to comment.