Skip to content

Instantly share code, notes, and snippets.

@brent20
Created February 13, 2013 16:59
Show Gist options
  • Save brent20/4946085 to your computer and use it in GitHub Desktop.
Save brent20/4946085 to your computer and use it in GitHub Desktop.
Badge JSON Template - Quotations are required, only replace fields inside of " "
{
"recipient": "[email protected]",
"issued_on": "2013-01-31",
"badge": {
"version": "0.5.0",
"name": "Badge Name",
"image": "http://badges.creighton.edu/badges/Badge_PNG.png",
"description": "discription of badge here.",
"criteria": "http://www.creighton.edu/ link to badge criteria here; what the user had to do to earn badge, or more info",
"issuer": {
"origin": "http://www.creighton.edu",
"name": "Creighton University",
"org": "Org of badge originator",
"contact": "[email protected]"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment