Skip to content

Commit

Permalink
Fix invalid JSON in first example.
Browse files Browse the repository at this point in the history
  • Loading branch information
msporny committed Dec 27, 2023
1 parent c946883 commit d10a8aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -370,13 +370,13 @@ <h3>BitstringStatusListEntry</h3>
"validFrom": "2021-04-05T14:27:42Z",
<span class="highlight">"credentialStatus": [
{
"id": "https://example.com/credentials/status/3#94567"
"id": "https://example.com/credentials/status/3#94567",
"type": "BitstringStatusListEntry",
"statusPurpose": "revocation",
"statusListIndex": "94567",
"statusListCredential": "https://example.com/credentials/status/3"
}, {
"id": "https://example.com/credentials/status/4#23452"
"id": "https://example.com/credentials/status/4#23452",
"type": "BitstringStatusListEntry",
"statusPurpose": "suspension",
"statusListIndex": "23452",
Expand Down

0 comments on commit d10a8aa

Please sign in to comment.