Skip to content

Commit

Permalink
make path_nested path relative in the presentation submission example
Browse files Browse the repository at this point in the history
Signed-off-by: Nemanja Patrnogic <[email protected]>
  • Loading branch information
nemqe committed May 29, 2024
1 parent 9413d97 commit 80f3161
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/response/presentation_submission_multiple_vps.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"path": "$[0]",
"path_nested": {
"format": "ldp_vc",
"path": "$[0].verifiableCredential[0]"
"path": "$.verifiableCredential[0]"
}
},
{
Expand All @@ -17,7 +17,7 @@
"path": "$[1]",
"path_nested": {
"format": "jwt_vc_json",
"path": "$[1].vp.verifiableCredential[0]"
"path": "$.vp.verifiableCredential[0]"
}
}
]
Expand Down

0 comments on commit 80f3161

Please sign in to comment.