Skip to content

Commit 6a84b3d

Browse files
committed
Minor fix to example for simple verifiable profile.
1 parent f256ec8 commit 6a84b3d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

index.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1300,6 +1300,10 @@ <h2>Verifiable Profile</h2>
13001300
simple <a>verifiable profile</a>.</p>
13011301

13021302
<pre class="example" title="A simple verifiable profile">{
1303+
"@context": [
1304+
"https://w3id.org/identity/v1",
1305+
"https://w3id.org/security/v1"
1306+
],
13031307
"id": "did:example:ebfeb1f712ebc6f1c276e12ec21",
13041308
"credential": [{
13051309
"id": "http://dmv.example.gov/credentials/3732",

0 commit comments

Comments
 (0)