Created
November 1, 2014 00:32
-
-
Save ottonomy/b8ddcae109078f631bf5 to your computer and use it in GitHub Desktop.
sample extended issuer file
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"@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