Skip to content

Commit

Permalink
Fix example for SD-JWT.
Browse files Browse the repository at this point in the history
Co-authored-by: Orie Steele <[email protected]>
  • Loading branch information
msporny and OR13 committed Dec 15, 2023
1 parent 7828569 commit 8f26399
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2362,7 +2362,7 @@ <h4>Enveloped Verifiable Credentials</h4>
"type": ["VerifiablePresentation", "ExamplePresentation"],
<span class="highlight">"verifiableCredential": [{
"@context": "https://www.w3.org/ns/credentials/v2",
"id": "data:application/vc+ld+json+sd-jwt;base64,QzVjV...RMjUK==",
"id": "data:application/vc+ld+json+sd-jwt;QzVjV...RMjU",
"type": "EnvelopedVerifiableCredential"
}]</span>
}
Expand Down

0 comments on commit 8f26399

Please sign in to comment.