Created
December 20, 2016 19:08
-
-
Save arwhyte/149b522e1950e3ce25301b8d3d6a2393 to your computer and use it in GitHub Desktop.
Caliper MessageEvent sans learning context (i.e., minus optional Event properties).
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
{ | |
"@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