Skip to content

Instantly share code, notes, and snippets.

@nicolasparada
Created July 14, 2015 05:10
Show Gist options
  • Save nicolasparada/e168b7fda377e7661133 to your computer and use it in GitHub Desktop.
Save nicolasparada/e168b7fda377e7661133 to your computer and use it in GitHub Desktop.
Activity Stream
{
"items": [
{
"actor": {
"objectType": "",
"id": ""
},
"verb": "",
"object": {
"id": ""
},
"target": {
"objectType": "",
"id": ""
},
"published": ""
}
]
}
{
"@context": "http://www.w3.org/ns/activitystreams",
"@type": "Collection",
"items": [
{
"actor": {
"@type": "",
"@id": ""
},
"@type": "",
"object": {
"@type": "",
"@id": ""
},
"target": {
"@type": "",
"@id": ""
},
"published": ""
}
]
}
@nicolasparada
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment