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
{
"@context": [
"https://www.w3.org/2018/credentials/v1",
"https://purl.imsglobal.org/spec/ob/v3p0/context.json"
],
"id": "urn:uuid:29f07569-ab0f-4980-ab81-998c1c11ddbe",
"type": [
"VerifiableCredential",
"OpenBadgeCredential"
],
@kayaelle
kayaelle / vc-demo-ob-context.json
Last active March 18, 2022 18:59
vc-demo-ob-context
{
"@context": {
"id": "@id",
"type": "@type",
"obi": "https://w3id.org/openbadges#",
"schema": "http://schema.org/",
"Criteria": "obi:Criteria",
"IdentityObject": "obi:IdentityObject",
@kayaelle
kayaelle / vc-reference-to-open-badge-assertion.json
Created May 9, 2021 17:47
VC Reference to Open Badge Assertion
{
"@context": [
"https://www.w3.org/2018/credentials/v1",
"https://w3id.org/openbadges/v2"
],
"type": [
"VerifiableCredential",
"OpenBadge"
],
"Issuer": "did:example:issuer",
@kayaelle
kayaelle / prioritize-open-badg-as-vc.json
Created May 9, 2021 17:40
Prioritize Open Badge as VC
{
"@context": [
"https://www.w3.org/2018/credentials/v1",
"https://w3id.org/openbadges/v2"
],
"type": [
"VerifiableCredential",
"OpenBadge"
],
"Issuer": "did:example:issuer",
@kayaelle
kayaelle / sociallearningbadge-sadhappyboto-assertion.json
Last active June 23, 2018 12:28
sociallearningbadge-sadhappyboto-assertion.json
{"@context":"https://w3id.org/openbadges/v2","type":"Assertion","id":"https://gist.github.com/kayaelle/625ba178204ca94ce3261c2ebc53b1ea/raw","recipient":{"type":"url","identity":"https://twitter.com/sadhappyboto","hashed":false},"evidence":[{"id":"https://twitter.com/sadhappyboto/status/1008131288639959040","name":"photo","description":"Post a photo with someone you follow on social media who you met at this event."}],"issuedOn":"2018-22-31T23:59:59Z","badge":"https://gist.githubusercontent.com/kayaelle/472bd15b59953d04bab4d1b3ca6e1879/raw","verification":{"type":"hosted"},"base64":"iVBORw0KGgoAAAANSUhEUgAAAZAAAAGQCAYAAACAvzbMAAAgAElEQVR4nOy9WZBlx3nn9/8yz3L3rfalq6v3BWgQYAsgwCE5JEVxs7iERM9YjtFoJhwxHs04PFbY410OP9hhxzxYIz85wg7rQWGFZiTZGpEeySQlkhAJQCABAugGet+79uXu99yzZH5+qG6gutZbt29V3bqVvwiyUffmyZOn6pzzz/zyW+jeb//GP4LBYDAYDDtE7PcADAaDwXAwMQJiMBgMhrYwAmIwGAyGtjACYjAYDIa2MAJiMBgMhrYwAmIwGAyGtjACYjAYDIa2MAJiMBgMhrYwAmIwGAyGtjACYjAYDIa2MAJiMBgMhrYwAmIwGAyGtjACYjAYDIa2MAJiMBgMhrYwAmIwGAyGtjACYjAYDIa2MAJiMBgMhrYwAmIwGA
@kayaelle
kayaelle / sociallearningbadge-sadhappyboto-photo.json
Created June 23, 2018 06:17
sociallearningbadge-sadhappyboto-photo.json
{
"id": "https://twitter.com/sadhappyboto/status/1008131288639959040",
"name": "#photo",
"description": "Post a photo with someone you follow on social media who you met at this event."
}
@kayaelle
kayaelle / sociallearningbadge-sadhappyboto-resource.json
Created June 23, 2018 06:16
sociallearningbadge-sadhappyboto-resource.json
{
"id": "https://twitter.com/sadhappyboto/status/1008131645491335169",
"name": "#resource",
"description": "Share a link to your favorite tool or resource that you’ve learned about at this event."
}
@kayaelle
kayaelle / sociallearningbadge-sadhappyboto-learned.json
Created June 23, 2018 06:16
sociallearningbadge-sadhappyboto-learned.json
{
"id": "https://twitter.com/sadhappyboto/status/1008131983183097857",
"name": "#learned",
"description": "Choose a gif that encapsulates something you've learned at this event."
}
@kayaelle
kayaelle / sociallearningbadge-sadhappyboto-oh.json
Created June 23, 2018 06:16
sociallearningbadge-sadhappyboto-oh.json
{
"id": "https://twitter.com/sadhappyboto/status/1008132810400550912",
"name": "#oh",
"description": "Tweet something you heard or read at this event that changed your thinking. If you know it, include the twitter account of who said it."
}
@kayaelle
kayaelle / sociallearningbadge-badgeclass.js
Last active June 23, 2018 06:15
sociallearningbadge-badgeclass.js
{
"@context": "https://w3id.org/openbadges/v2",
"type": "BadgeClass",
"id": "https://gist.githubusercontent.com/kayaelle/472bd15b59953d04bab4d1b3ca6e1879/raw",
"name": "Social Learning",
"description": "Participate & Badge Bot Social Learning Badge",
"image": "https://www.participate.com/images/logos/logo-participate-icon-circle.png",
"criteria": {
"narrative": "BadgeBot Test Badge Criteria"
},