activity-servist/t/activity-streams/activity-vocabulary/follow.json

14 lines
219 B
JSON

{
"@context": "https://www.w3.org/ns/activitystreams",
"summary": "Sally followed John",
"type": "Follow",
"actor": {
"type": "Person",
"name": "Sally"
},
"object": {
"type": "Person",
"name": "John"
}
}