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

11 lines
203 B
JSON

{
"@context": "https://www.w3.org/ns/activitystreams",
"summary": "Sally liked a note",
"type": "Like",
"actor": {
"type": "Person",
"name": "Sally"
},
"object": "http://example.org/notes/1"
}