Skip to content

Commit

Permalink
jwt vp resquest corrected typo in credential presentation_definition
Browse files Browse the repository at this point in the history
  • Loading branch information
endimion committed May 17, 2024
1 parent 1746598 commit ac33e59
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions data/presentation_definition_jwt.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,12 @@
"constraints": {
"fields": [
{
"path": ["$.vc.credentialSubject.given_name"]
"path": ["$.vc.credentialSubject.given_name"],
"purpose": "To ensure the credential has a given name"
},
{
"path": ["$.vc.credentialSubject.last_name"]
"path": ["$.vc.credentialSubject.last_name"],
"purpose": "To ensure the credential has a last name"
}
]
},
Expand Down

0 comments on commit ac33e59

Please sign in to comment.