17 lines
509 B
JSON
17 lines
509 B
JSON
{
|
|
"@context": "https://w3id.org/openbadges/v2",
|
|
"type": "Assertion",
|
|
"id": "https://example.org/warning-issuer-non-http.json",
|
|
"recipient": {
|
|
"type": "email",
|
|
"hashed": true,
|
|
"salt": "deadsea",
|
|
"identity": "sha256$ecf5409f3f4b91ab60cc5ef4c02aef7032354375e70cf4d8e43f6a1d29891942"
|
|
},
|
|
"image": "https://example.org/beths-robot-badge.png",
|
|
"issuedOn": "2016-12-31T23:59:59Z",
|
|
"badge": "http://example.org/badge-with-bad-issuer.json",
|
|
"verification": {
|
|
"type": "hosted"
|
|
}
|
|
} |