diff --git a/docs/static/v1.1/badge-issuer.json b/docs/static/v1.1/badge-issuer.json new file mode 100644 index 0000000..9820e54 --- /dev/null +++ b/docs/static/v1.1/badge-issuer.json @@ -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" +} \ No newline at end of file diff --git a/docs/static/v1.1/rookie-badge-award.json b/docs/static/v1.1/rookie-badge-award.json new file mode 100644 index 0000000..08deb95 --- /dev/null +++ b/docs/static/v1.1/rookie-badge-award.json @@ -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" + } +} \ No newline at end of file diff --git a/docs/static/v1.1/rookie-badge-class.json b/docs/static/v1.1/rookie-badge-class.json new file mode 100644 index 0000000..a616c9f --- /dev/null +++ b/docs/static/v1.1/rookie-badge-class.json @@ -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" +} \ No newline at end of file