Created
February 13, 2013 16:59
-
-
Save brent20/4946085 to your computer and use it in GitHub Desktop.
Badge JSON Template - Quotations are required, only replace fields inside of " "
This file contains hidden or 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
| { | |
| "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