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 ac33e59 commit 2ad3b9e
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions data/presentation_definition_jwt.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,10 @@
"constraints": {
"fields": [
{
"path": ["$.vc.credentialSubject.given_name"],
"purpose": "To ensure the credential has a given name"
"path": ["$.credentialSubject.given_name"]
},
{
"path": ["$.vc.credentialSubject.last_name"],
"purpose": "To ensure the credential has a last name"
"path": ["$.credentialSubject.last_name"]
}
]
},
Expand Down

0 comments on commit 2ad3b9e

Please sign in to comment.