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 5a20a68 commit 1746598
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data/presentation_definition_jwt.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@
"constraints": {
"fields": [
{
"path": ["$.credentialSubject.given_name"]
"path": ["$.vc.credentialSubject.given_name"]
},
{
"path": ["$.credentialSubject.last_name"]
"path": ["$.vc.credentialSubject.last_name"]
}
]
},
Expand Down

0 comments on commit 1746598

Please sign in to comment.