Skip to content

Instantly share code, notes, and snippets.

@ottonomy
Created July 9, 2015 00:16
Show Gist options
  • Save ottonomy/b3415617e8f01f016608 to your computer and use it in GitHub Desktop.
Save ottonomy/b3415617e8f01f016608 to your computer and use it in GitHub Desktop.
Embedded BadgeClass Minimal
{
"@context": {
"id": "@id",
"obi": "https://w3id.org/openbadges#",
"badge": {"@id": "obi:badge", "@type": "@id"},
"name": "http://schema.org/name"
},
"badge": "https://issuer.org/badgeclass1",
"obi:badge": {
"id": "https://issuer.org/badgeclass1",
"name": "Badge of Awesome"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment