14 lines
226 B
JSON
14 lines
226 B
JSON
|
{
|
||
|
"@context": "https://www.w3.org/ns/activitystreams",
|
||
|
"summary": "Sally left a group",
|
||
|
"type": "Leave",
|
||
|
"actor": {
|
||
|
"type": "Person",
|
||
|
"name": "Sally"
|
||
|
},
|
||
|
"object": {
|
||
|
"type": "Group",
|
||
|
"name": "A Simple Group"
|
||
|
}
|
||
|
}
|