14 lines
259 B
JSON
14 lines
259 B
JSON
|
{
|
||
|
"@context": "https://www.w3.org/ns/activitystreams",
|
||
|
"summary": "Sally read an article",
|
||
|
"type": "View",
|
||
|
"actor": {
|
||
|
"type": "Person",
|
||
|
"name": "Sally"
|
||
|
},
|
||
|
"object": {
|
||
|
"type": "Article",
|
||
|
"name": "What You Should Know About Activity Streams"
|
||
|
}
|
||
|
}
|