14 lines
231 B
JSON
14 lines
231 B
JSON
{
|
|
"@context": "https://www.w3.org/ns/activitystreams",
|
|
"type": "Activity",
|
|
"summary": "Sally did something to a note",
|
|
"actor": {
|
|
"type": "Person",
|
|
"name": "Sally"
|
|
},
|
|
"object": {
|
|
"type": "Note",
|
|
"name": "A Note"
|
|
}
|
|
}
|