2023-02-10 10:12:27 +01:00
|
|
|
{
|
|
|
|
"@context": [
|
2024-03-21 17:27:09 +01:00
|
|
|
"https://www.w3.org/ns/credentials/v2",
|
|
|
|
"https://purl.imsglobal.org/spec/ob/v3p0/context-3.0.2.json"
|
2023-02-10 10:12:27 +01:00
|
|
|
],
|
|
|
|
"id": "http://example.com/credentials/3527",
|
|
|
|
"type": [
|
|
|
|
"VerifiableCredential",
|
|
|
|
"OpenBadgeCredential"
|
|
|
|
],
|
|
|
|
"issuer": {
|
|
|
|
"id": "https://example.com/issuers/876543",
|
|
|
|
"type": [
|
|
|
|
"Profile"
|
|
|
|
],
|
|
|
|
"name": "Example Corp"
|
|
|
|
},
|
2024-03-21 17:27:09 +01:00
|
|
|
"validFrom": "2010-01-01T00:00:00Z",
|
2023-02-10 10:12:27 +01:00
|
|
|
"name": "Teamwork Badge",
|
|
|
|
"credentialSubject": {
|
|
|
|
"id": "did:example:ebfeb1f712ebc6f1c276e12ec21",
|
|
|
|
"type": [
|
|
|
|
"AchievementSubject"
|
|
|
|
],
|
|
|
|
"achievement": {
|
|
|
|
"id": "https://example.com/achievements/21st-century-skills/teamwork",
|
|
|
|
"type": [
|
|
|
|
"Achievement"
|
|
|
|
],
|
|
|
|
"criteria": {
|
|
|
|
"narrative": "Team members are nominated for this badge by their peers and recognized upon review by Example Corp management."
|
|
|
|
},
|
|
|
|
"description": "This badge recognizes the development of the capacity to collaborate within a group environment.",
|
|
|
|
"name": "Teamwork"
|
|
|
|
}
|
|
|
|
},
|
2024-03-21 17:27:09 +01:00
|
|
|
"proof": [{
|
|
|
|
"type": "DataIntegrityProof",
|
|
|
|
"created": "2010-01-01T19:23:24Z",
|
|
|
|
"verificationMethod": "https://example.com/issuers/876543#z6MkjZRZv3aez3r18pB1RBFJR1kwUVJ5jHt92JmQwXbd5hwi",
|
|
|
|
"cryptosuite": "eddsa-rdfc-2022",
|
|
|
|
"proofPurpose": "assertionMethod",
|
|
|
|
"proofValue": "zD8RrkKVSVEPYspwCe9T1a68NAVt2GyV566uR6QLdxCMdkg2b4rdUf9w1BC8ZEyhGdEz13kzkBwkjTTvoYAYsy15"
|
|
|
|
}]
|
|
|
|
}
|