Skip to content

Commit

Permalink
Add renderMethod context to example.
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrizagidulin authored and msporny committed May 16, 2024
1 parent e3c2135 commit 3fe3997
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,8 @@ <h4>SvgRenderingTemplate</h4>
{
"@context": [
"https://www.w3.org/ns/credentials/v2",
"https://www.w3.org/ns/credentials/examples/v2"
"https://www.w3.org/ns/credentials/examples/v2",
"https://w3id.org/vc/render-method/v1"
],
"id": "http://example.edu/credentials/3732",
"type": ["VerifiableCredential", "UniversityDegreeCredential"],
Expand Down

0 comments on commit 3fe3997

Please sign in to comment.