8 lines
192 B
JSON
8 lines
192 B
JSON
|
|
||
|
{
|
||
|
"@context": "https://www.w3.org/ns/activitystreams",
|
||
|
"summary": "Sally liked a post",
|
||
|
"type": "Like",
|
||
|
"actor": "http://sally.example.org",
|
||
|
"object": "http://example.org/posts/1"
|
||
|
}
|