Skip to content

Instantly share code, notes, and snippets.

@arwhyte
Created December 20, 2016 19:08
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save arwhyte/149b522e1950e3ce25301b8d3d6a2393 to your computer and use it in GitHub Desktop.
Save arwhyte/149b522e1950e3ce25301b8d3d6a2393 to your computer and use it in GitHub Desktop.
Caliper MessageEvent sans learning context (i.e., minus optional Event properties).
{
"@context": "http://purl.imsglobal.org/ctx/caliper/v1p1",
"type": "MessageEvent",
"actor": {
"id": "https://example.edu/users/554433",
"type": "Person"
},
"action": "Posted",
"object": {
"id": "https://example.edu/sections/1/forums/2/topics/1/messages/2",
"type": "Message",
"body": "What does Caliper Event JSON-LD look like?",
"dateCreated": "2016-12-15T10:15:00.000Z"
},
"eventTime": "2016-12-15T10:15:00.000Z",
"uuid": "0d015a85-abf5-49ee-abb1-46dbd57fe64e"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment