activity-servist/t/activity-streams/activity-vocabulary/leave-2.json

14 lines
226 B
JSON
Raw Normal View History

{
"@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"
}
}