Skip to content

Instantly share code, notes, and snippets.

@ottonomy
Created November 1, 2014 00:33
Show Gist options
  • Save ottonomy/6a07131dd2e2d48897b8 to your computer and use it in GitHub Desktop.
Save ottonomy/6a07131dd2e2d48897b8 to your computer and use it in GitHub Desktop.
Sample extension context file
{
"@context": {
"obi": "http://openbadges.org/definitions#",
"listUrl": {
"@id": "http://extension.org/defs/listUrl",
"@type": "@id"
}
},
"obi:validation": [
{
"obi:validatesType": "http://extension.org/defs/badgeListUrl",
"obi:validationSchema": "http://extension.org/schema/badgeListUrl"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment