activity-servist/t/vocab/activity/like.json

11 lines
203 B
JSON
Raw Normal View History

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