Skip to content

Commit

Permalink
fix: PID non-normative example
Browse files Browse the repository at this point in the history
  • Loading branch information
m-basili committed Dec 19, 2024
1 parent 3fd8d1a commit 934eeeb
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions examples/pid-json-example-payload.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@
},
"vct": "https://pidprovider.example.org/v1.0/personidentificationdata",
"vct#integrity": "c5f73e250fe869f24d15118acce286c9bb56b63a443dc85af653cd73f6078b1f",
"verification": [
"verification": {
"assurance_level": "high",
"evidence": [
{
"type": "vouch",
"time": "2020-03-19T12:42Z",
Expand All @@ -23,7 +25,8 @@
}
}
}
],
]
},
"given_name": "Mario",
"family_name": "Rossi",
"birth_date": "1980-01-10",
Expand Down

0 comments on commit 934eeeb

Please sign in to comment.