Skip to content

Instantly share code, notes, and snippets.

@ottonomy
Last active February 10, 2018 06:39
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/e04c820dbfacec121c9e8f7dbd45b678 to your computer and use it in GitHub Desktop.
Save ottonomy/e04c820dbfacec121c9e8f7dbd45b678 to your computer and use it in GitHub Desktop.
{
"@context": ["http://purl.imsglobal.org/ctx/caliper/v1p1", "https://w3id.org/openbadges/v2", "https://gist.githubusercontent.com/ottonomy/e04c820dbfacec121c9e8f7dbd45b678/raw/16e33d8d9c75263409d478bfc80e103000d1fd2a/openbadges-profile-context.json"],
"type": "MessageEvent",
"actor": {
"id": "https://api.badgr.io/users/1iHwxOESQ_iOR_zHReMEdQ",
"type": "Profile"
},
"action": "Applied",
"object": {
"id": "http://digitalpromise.ws/applications/abc123",
"badge": "https://api.badgr.io/public/badges/U8cuzhs7T3SRJVhDCSFHEA",
"dateCreated": "2016-12-15T10:15:00.000Z"
},
"eventTime": "2018-02-08T10:15:00.000Z",
"uuid": "0d015a85-abf5-49ee-abb1-46dbd57fe64e"
}
{
"@context": {
"ims": "http://purl.imsglobal.org",
"caliper": "http://purl.imsglobal.org/caliper/v1p1/",
"ob": "https://w3id.org/openbadges/v2",
"Accessed": "caliper:Accessed",
"Applied", "caliper:Applied",
"Assessed": "caliper:Assessed",
"Assigned": "caliper:Assigned",
"Demonstrated": "caliper:Demonstrated",
"Issued": "caliper:Issued",
"Modified": "caliper:Modified",
"Registered": "caliper:Revoked",
"Revoked": "caliper:Revoked"
"Profile": "ob:Proifile"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment