Skip to content

Commit

Permalink
feat: example both with revocation and suspension
Browse files Browse the repository at this point in the history
  • Loading branch information
nissimsan authored and brentzundel committed Sep 15, 2023
1 parent 06e5483 commit 81125d2
Showing 1 changed file with 15 additions and 7 deletions.
22 changes: 15 additions & 7 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -368,13 +368,21 @@ <h3>BitStringStatusListEntry</h3>
"type": ["VerifiableCredential"],
"issuer": "did:example:12345",
"issued": "2021-04-05T14:27:42Z",
<span class="highlight">"credentialStatus": {
"id": "https://example.com/credentials/status/3#94567"
"type": "BitStringStatusListEntry",
"statusPurpose": "revocation",
"statusListIndex": "94567",
"statusListCredential": "https://example.com/credentials/status/3"
}</span>,
<span class="highlight">"credentialStatus": [
{
"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"
"type": "BitStringStatusListEntry",
"statusPurpose": "suspension",
"statusListIndex": "23452",
"statusListCredential": "https://example.com/credentials/status/4"
}
]</span>,
"credentialSubject": {
"id": "did:example:6789",
"type": "Person"
Expand Down

0 comments on commit 81125d2

Please sign in to comment.