Skip to content

Commit

Permalink
fix: pid-eaa-data-model (#209)
Browse files Browse the repository at this point in the history
Resolves #205
  • Loading branch information
peppelinux authored Feb 22, 2024
1 parent b73aa98 commit 0218aef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/en/pid-eaa-data-model.rst
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ In the following, the non-normative example of a PID in JSON format.
"iat": 1683000000,
"exp": 1883000000,
"status": "https://pidprovider.example.org/status",
"vct": "PidIdentificationData",
"vct": "PersonIdentificationData",
"verified_claims": {
"verification": {
"trust_framework": "eidas",
Expand Down Expand Up @@ -269,7 +269,7 @@ The corresponding SD-JWT verson for PID is given by
"sub": "NzbLsXh8uDCcd7noWXFZAfHkxZsRGC9Xs",
"jti": "urn:uuid:6c5c0a49-b589-431d-bae7-219122a9ec2c",
"status": "https://pidprovider.example.org/status",
"vct": "PidIdentificationData",
"vct": "PersonIdentificationData",
"verified_claims": {
"verification": {
"_sd": [
Expand Down

0 comments on commit 0218aef

Please sign in to comment.