Skip to content

Commit 05c8f8e

Browse files
committed
Fix presentation examples with example values.
1 parent 813cbaf commit 05c8f8e

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

index.html

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2680,7 +2680,10 @@ <h4>Presentations Including Holder Claims</h4>
26802680
"type": ["VerifiablePresentation", "ExamplePresentation"],
26812681
"holder": "did:example:12345678",
26822682
"verifiableCredential": [{
2683-
"@context": "https://www.w3.org/ns/credentials/v2",
2683+
"@context": [
2684+
"https://www.w3.org/ns/credentials/v2",
2685+
"https://www.w3.org/ns/credentials/examples/v2"
2686+
],
26842687
"type": ["VerifiableCredential", "ExampleFoodPreferenceCredential"],
26852688
"issuer": "did:example:12345678",
26862689
"credentialSubject": {
@@ -2708,7 +2711,10 @@ <h4>Presentations Including Holder Claims</h4>
27082711
<span class="highlight">"id": "urn:uuid:313801ba-24b7-11ee-be02-ff560265cf9b"</span>,
27092712
"holder": "did:example:12345678",
27102713
"verifiableCredential": [{
2711-
"@context": "https://www.w3.org/ns/credentials/v2",
2714+
"@context": [
2715+
"https://www.w3.org/ns/credentials/v2",
2716+
"https://www.w3.org/ns/credentials/examples/v2"
2717+
],
27122718
"type": ["VerifiableCredential", "ExampleAssertCredential"],
27132719
"issuer": "did:example:12345678",
27142720
"credentialSubject": {

0 commit comments

Comments
 (0)