Skip to content

Instantly share code, notes, and snippets.

@ottonomy
Created November 1, 2014 00:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ottonomy/b8ddcae109078f631bf5 to your computer and use it in GitHub Desktop.
Save ottonomy/b8ddcae109078f631bf5 to your computer and use it in GitHub Desktop.
sample extended issuer file
{
"@context": "http://openbadges.org/standard/1.1/context",
"@type": "issuer",
"name": "Issuer of Awesome",
"url": "http://issuer.org",
"extension:badgeListUrl": {
"@context": "http://extension.org/context/badgeListUrl",
"@type": ["extension", "http://extension.org/defs/badgelistUrl" ],
"listUrl": "http://issuer.org/badgelist.json"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment