2022-12-14 08:14:33 +01:00
|
|
|
{
|
2022-12-14 16:12:49 +01:00
|
|
|
"@context": [
|
|
|
|
"https://w3id.org/openbadges/v2",
|
|
|
|
"https://w3id.org/openbadges/extensions/exampleExtension/context.json"
|
|
|
|
],
|
2022-12-14 08:14:33 +01:00
|
|
|
"id": "http://example.org/assertion",
|
|
|
|
"type": "Assertion",
|
|
|
|
"recipient": {
|
|
|
|
"type": "email",
|
|
|
|
"hashed": true,
|
|
|
|
"salt": "deadsea",
|
|
|
|
"identity": "sha256$ecf5409f3f4b91ab60cc5ef4c02aef7032354375e70cf4d8e43f6a1d29891942"
|
|
|
|
},
|
|
|
|
"image": "https://example.org/beths-robot-badge.png",
|
|
|
|
"badge": "https://example.org/robotics-badge.json",
|
2022-12-14 16:12:49 +01:00
|
|
|
"issuedOn": "2016-12-31T23:59:59Z",
|
2022-12-14 08:14:33 +01:00
|
|
|
"verification": {
|
|
|
|
"type": "hosted"
|
|
|
|
},
|
|
|
|
"extensions:exampleExtension": {
|
|
|
|
"id": "_:b0",
|
|
|
|
"type": [
|
|
|
|
"Extension",
|
2022-12-14 16:12:49 +01:00
|
|
|
"obi:extensions/#ExampleExtension"
|
2022-12-14 08:14:33 +01:00
|
|
|
],
|
2022-12-14 16:12:49 +01:00
|
|
|
"http://schema.org/text": 1337
|
|
|
|
},
|
|
|
|
"evidence": {
|
|
|
|
"id": "_:b1",
|
|
|
|
"narrative": "Rocked the free world"
|
2022-12-14 08:14:33 +01:00
|
|
|
}
|
|
|
|
}
|