'v1.1'
This commit is contained in:
7
docs/static/v1.1/badge-issuer.json
vendored
Normal file
7
docs/static/v1.1/badge-issuer.json
vendored
Normal 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"
|
||||||
|
}
|
||||||
19
docs/static/v1.1/rookie-badge-award.json
vendored
Normal file
19
docs/static/v1.1/rookie-badge-award.json
vendored
Normal 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"
|
||||||
|
}
|
||||||
|
}
|
||||||
10
docs/static/v1.1/rookie-badge-class.json
vendored
Normal file
10
docs/static/v1.1/rookie-badge-class.json
vendored
Normal 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"
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user