Skip to content

Commit

Permalink
Fix JSON Formatting for DID Document
Browse files Browse the repository at this point in the history
  • Loading branch information
denkeni authored and msporny committed Aug 15, 2024
1 parent c620ce9 commit 201fede
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1112,7 +1112,7 @@ <h2>Relative DID URLs</h2>
"@context": [
"https://www.w3.org/ns/did/v1",
"https://w3id.org/security/suites/ed25519-2020/v1"
]
],
"id": "did:example:123456789abcdefghi",
"verificationMethod": [{
"id": "did:example:123456789abcdefghi#key-1",
Expand Down Expand Up @@ -1781,7 +1781,7 @@ <h2>Verification Methods</h2>
"https://www.w3.org/ns/did/v1",
"https://w3id.org/security/suites/jws-2020/v1"
"https://w3id.org/security/suites/ed25519-2020/v1"
]
],
"id": "did:example:123456789abcdefghi",
<span class="comment">...</span>
"verificationMethod": [{
Expand Down Expand Up @@ -1898,7 +1898,7 @@ <h3>Verification Material</h3>
"https://www.w3.org/ns/did/v1",
"https://w3id.org/security/suites/jws-2020/v1",
"https://w3id.org/security/suites/ed25519-2020/v1"
]
],
"id": "did:example:123456789abcdefghi",
<span class="comment">...</span>
"verificationMethod": [{
Expand Down

0 comments on commit 201fede

Please sign in to comment.