Skip to content

Instantly share code, notes, and snippets.

View kayaelle's full-sized avatar

Kerri Lemoie kayaelle

  • MIT DIgital Credentials Consortium (DCC)
  • X @kayaelle
View GitHub Profile
### Keybase proof
I hereby claim:
* I am kayaelle on github.
* I am kayaelle (https://keybase.io/kayaelle) on keybase.
* I have a public key whose fingerprint is E938 19FD 5634 EBCF 9766 A077 846A 4073 C433 FF5B
To claim this, I am signing this object:
@kayaelle
kayaelle / badge-class-list.json
Created July 16, 2014 20:33
JSON Example of Badge Class List
{
"badgelist": [{
"location": "http://my-site.com/location-of-badge"
}, {
"location": "http://my-site.com/location-of-other-badge"
}]
}
@kayaelle
kayaelle / example-assertion.json
Last active August 29, 2015 14:06
Example Assertion
{
"@context": "https://gist.github.com/kayaelle/5d3dd52b59a16666bf56",
"recipient":
{"type":"email",
"hashed":true,
"salt":"X7pfVgflUA2jX9tZZu1zSQH4q9y7BtZL2IZgbgEYPDQiBajikO7xxhJWeaoTzST043534fdf345wgf435457g",
"identity":"sha256$5ca5939236e2df357669240ca3169ed72381180b92a9a482f44e816f2a98c646546gfbfdxhj5rth5yh54"
},
"verify":
@kayaelle
kayaelle / example-badge-class
Last active August 29, 2015 14:06
Example Badge Class
{
"name":"Open Badges Explorer",
"description":"Awarded for exploration into Open Badges.",
"image":"https://images.achievery.com/badgeImages/issuer_explorer_badge_image_1063.png",
"tags":["Education"],
"issuer":"https://gist.github.com/kayaelle/503bcb713ce16e30097e",
"criteria":"http://app.achievery.com/badge/1063",
"alignment":[{
"name":"Open Badges",
"url":"http://openbadges.org",
@kayaelle
kayaelle / example-issuer-object
Created September 15, 2014 12:05
Example Issuer Object
{
"name":"Achievery",
"image":"https://images.achievery.com/organization/achievery_logo-color.png",
"description":"Achievery provides a customizable and secure digital credential and badge platform, compatible with the Open Standards, and easily integrated with your existing learning platform and curricula. Achievery supports the development of systems exclusively for competency-based schools, colleges, and innovative learning models, that are looking for a better way to recognize, verify, and connect the real skills of their students.",
"url":"http://app.achievery.com/passport/id/222"
}
@kayaelle
kayaelle / example-spec
Last active August 29, 2015 14:06
example-spec-1.1.json
{
"$schema": "http://json-schema.org/draft-04/schema#",
"title" : "Open Badges Specification",
"description": "Specification the Defines the content of an Open Badge",
"type": "object",
"properties": {
"Assertion": {
"title" : "Open Badges Specification",
"description": "Specification the Defines the content of an Open Badge instance",
"type": "object",
@kayaelle
kayaelle / gist:654402607382c4c09a31
Created September 18, 2014 17:55
recipe-json-ld-context
{
"@context": {
"name": "http://rdf.data-vocabulary.org/#name",
"ingredient": "http://rdf.data-vocabulary.org/#ingredients",
"yield": "http://rdf.data-vocabulary.org/#yield",
"instructions": "http://rdf.data-vocabulary.org/#instructions",
"step": {
"@id": "http://rdf.data-vocabulary.org/#step",
"@type": "xsd:integer"
},
@kayaelle
kayaelle / locations-extesnions-example
Last active August 29, 2015 14:08
Sample of Badge Class physical address, geolocation and online location example
{
"@context": "http://openbadges.org/standard/1.1/context",
"@type": "badgeclass",
"name":"Best Delegate: Level 1 Trainer Certification",
"description":"Successful completion of Level 1 Trainer Certification for Best Delegate",
"image":"https://images.achievery.com/badgeImages/Level_1_Trainer_Certification_1556_1.png",
"criteria":"http://app.achievery.com/badge/1556",
"tags":["Education"],
"issuer":"http://app.achievery.com/badge-issuer/1556",
"alignment":[
@kayaelle
kayaelle / geolocation-extension-description
Last active August 29, 2015 14:09
Description of Geolocation Open Badge Extension
This extension provides an array of latitude and longitude coordinates for an Open Badge.
@kayaelle
kayaelle / example-badge-class-geolocation
Last active August 29, 2015 14:09
Example Badge Class with Geolocation Extension
{
"@context": "https://gist.githubusercontent.com/ottonomy/c293b451dfe18e6d20b6/raw/c4c3c0290adbe59d7111be65cedc2d3082b8ea20/gistfile1.jsonld",
"@type": "badgeclass",
"name": "Thank You Badge",
"description": "This badge signifies gratitude.",
"image":"https://images.achievery.com/badgeImages/81_kbp2oahvkr4tpgb9.png",
"criteria":"https://app.achievery.com/badge/81",
"tags":["Education"],
"issuer":"https://app.achievery.com/badge-issuer/81",
"extension:geoLocations": {