This commit is contained in:
Gyula Kerezsi
2017-02-01 14:56:58 +02:00
parent bce97cd1e2
commit 7353df3f16
3 changed files with 36 additions and 0 deletions

7
docs/static/v1.1/badge-issuer.json vendored Normal file
View File

@@ -0,0 +1,7 @@
{
"@context": "https://w3id.org/openbadges/v1",
"type": "Issuer",
"id": "http://gardient.github.io/rookie-badger/static/v1.1/issuer.json",
"name": "gardient, rookie badger",
"url": "http://gardient.github.io/rookie-badger"
}

View File

@@ -0,0 +1,19 @@
{
"@context": "https://w3id.org/openbadges/v1",
"type": "Assertion",
"id": "http://gardient.github.io/rookie-badger/static/v1.1/rookie-badge-award.json",
"uid": "a1b2c3d4e5",
"recipient": {
"type": "email",
"identity": "gradient93@gmail.com",
"hashed": false
},
"issuedOn": "2017-01-31T15:32:00+02:00",
"badge": {
"id": "http://gardient.github.io/rookie-badger/static/v1.1/rookie-badge-class.json"
},
"verify": {
"type": "hosted",
"url": "http://gardient.github.io/rookie-badger/static/v1.1/rookie-badge-award.json"
}
}

View File

@@ -0,0 +1,10 @@
{
"@context": "https://w3id.org/openbadges/v1",
"type": "BadgeClass",
"id": "http://gardient.github.io/rookie-badger/static/v1.1/rookie-badge-class.json",
"name": "Rookie Badge Issuer",
"description": "Issues great new Open Badges to self.",
"image": "http://gardient.github.io/rookie-badger/static/rookie-badge-issuer.png",
"criteria": "http://gardient.github.io/rookie-badger/rookie-badge-criteria.html",
"issuer": "http://gardient.github.io/rookie-badger/static/badge-issuer.json"
}