Files
rookie-badger/docs/static/v2/rookie-issuer.json
Gyula Kerezsi 2a73250c55 adds badge v2
2017-02-01 14:09:13 +02:00

11 lines
569 B
JSON

{
"@context": "https://w3id.org/openbadges/v2",
"type": "Issuer",
"id": "https://gardient.github.io/rookie-badger/static/v2/rookie-issuer.json",
"name": "Gardient, rookie badge issuer",
"image": "https://gardient.github.io/rookie-badger/static/rookie-badge-issuer.png",
"url": "https://gardient.github.io/rookie-badger/",
"email": "contact@example.org",
"publicKey": "https://gardient.github.io/rookie-badger/static/v2/revocationList.json",
"revocationList": "https://gardient.github.io/rookie-badger/static/v2/revocationList.json"
}