Skip to content

Commit 97096e5

Browse files
authored
Create e5WK8CbZ1GjycuPombrj
setting up static status list for testing, with: - revoked v1 - unrevoked v1 - revoked v2 - unrevoked v2
1 parent c562d29 commit 97096e5

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
{
2+
"@context": [
3+
"https://www.w3.org/ns/credentials/v2",
4+
"https://w3id.org/security/suites/ed25519-2020/v1"
5+
],
6+
"id": "https://testing.dcconsortium.org/status/e5WK8CbZ1GjycuPombrj",
7+
"type": [
8+
"VerifiableCredential",
9+
"BitstringStatusListCredential"
10+
],
11+
"credentialSubject": {
12+
"id": "https://testing.dcconsortium.org/status/e5WK8CbZ1GjycuPombrj#list",
13+
"type": "BitstringStatusList",
14+
"encodedList": "uH4sIAAAAAAAAA-3BMQEAAAwCoGUx6aLbwgvIHwAAAAAAAAAAAAAAwFwBZnztF9QwAAA",
15+
"statusPurpose": "revocation"
16+
},
17+
"issuer": "did:key:z6MknNQD1WHLGGraFi6zcbGevuAgkVfdyCdtZnQTGWVVvR5Q",
18+
"validFrom": "2025-01-09T15:20:02.183Z",
19+
"proof": {
20+
"type": "Ed25519Signature2020",
21+
"created": "2025-01-09T15:20:02Z",
22+
"verificationMethod": "did:key:z6MknNQD1WHLGGraFi6zcbGevuAgkVfdyCdtZnQTGWVVvR5Q#z6MknNQD1WHLGGraFi6zcbGevuAgkVfdyCdtZnQTGWVVvR5Q",
23+
"proofPurpose": "assertionMethod",
24+
"proofValue": "z4WFodWdHXGieqNtWYK2448A7qZdhMkxyqjVuMqifdanFYXXAqPT8xatjncxjDsXT6fskz8pC8TLBmEhnd7BC7Tqb"
25+
}
26+
}

0 commit comments

Comments
 (0)