Skip to content

Commit 8cc78c3

Browse files
authored
Adding an exmaple LCW Experience Badge for Demos
1 parent df7c7c7 commit 8cc78c3

File tree

1 file changed

+66
-0
lines changed

1 file changed

+66
-0
lines changed
Lines changed: 66 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,66 @@
1+
{
2+
"@context": [
3+
"https://www.w3.org/ns/credentials/v2"
4+
],
5+
"type": [
6+
"VerifiablePresentation"
7+
],
8+
"verifiableCredential": [
9+
{
10+
"@context": [
11+
"https://www.w3.org/ns/credentials/v2",
12+
"https://purl.imsglobal.org/spec/ob/v3p0/context-3.0.2.json",
13+
"https://w3id.org/security/suites/ed25519-2020/v1"
14+
],
15+
"id": "urn:uuid:951b475e-b795-43bc-ba8f-a2d01efd2eb1",
16+
"type": [
17+
"VerifiableCredential",
18+
"OpenBadgeCredential"
19+
],
20+
"issuer": {
21+
"id": "did:key:z6MktL8XGbuYv5f7hwf6hVyJkJWynNtNhcsXFYe9NJzjKHkW",
22+
"type": [
23+
"Profile"
24+
],
25+
"name": "Digital Credentials Consortium",
26+
"url": "https://digitalcredentials.mit.edu/",
27+
"image": {
28+
"id": "https://github.com/user-attachments/assets/dec7ea33-912f-4fc8-af44-9d3f114bea0b",
29+
"type": "Image"
30+
}
31+
},
32+
"validFrom": "2025-05-08T18:47:06.830Z",
33+
"name": "LCW Experience Badge",
34+
"credentialSubject": {
35+
"name": "Kerri Lemoie",
36+
"type": [
37+
"AchievementSubject"
38+
],
39+
"achievement": {
40+
"id": "urn:uuid:142e9fe0-d7cd-46f2-bcde-78e8d0acfaad",
41+
"type": [
42+
"Achievement"
43+
],
44+
"achievementType": "Badge",
45+
"criteria": {
46+
"narrative": "- Learner experienced the on-demand issuing of the [LCW Experience Badge](https://badging.dcconsortium.org/lcw-experience-badge).\n- Learned about [W3C Verifiable Credentials and Open Badges 3.0](https://blog.dcconsortium.org/explaining-verifiable-credentials-and-open-badges-3-0-34ae898b98b2)"
47+
},
48+
"image": {
49+
"id": "https://github.com/user-attachments/assets/3042a8c8-4835-4340-91b0-aa2cec3b2cf2",
50+
"type": "Image"
51+
},
52+
"description": "Learner has experienced claiming and accepting an Open Badge 3.0 in their Learner Credential Wallet Application.",
53+
"name": "LCW Experience Badge"
54+
},
55+
"id": "did:key:z6MkwEqnrbHuqFdtEzdbWcFeQomdYG2YpmJBXo6ki7ac83gK"
56+
},
57+
"proof": {
58+
"type": "Ed25519Signature2020",
59+
"created": "2025-05-08T18:47:13Z",
60+
"verificationMethod": "did:key:z6MktL8XGbuYv5f7hwf6hVyJkJWynNtNhcsXFYe9NJzjKHkW#z6MktL8XGbuYv5f7hwf6hVyJkJWynNtNhcsXFYe9NJzjKHkW",
61+
"proofPurpose": "assertionMethod",
62+
"proofValue": "z4VMDnBNhwNgQptkbFLZEQL3bRQsSqnqmYUfkNCV7FzqEFHGnSKm1W6hTvwoisy7STdaWjeafhc6pqdwmbwEc13TB"
63+
}
64+
}
65+
]
66+
}

0 commit comments

Comments
 (0)