15 lines
265 B
JSON
15 lines
265 B
JSON
|
{
|
||
|
"@context": "https://www.w3.org/ns/activitystreams",
|
||
|
"summary": "Sally created a note",
|
||
|
"type": "Create",
|
||
|
"actor": {
|
||
|
"type": "Person",
|
||
|
"name": "Sally"
|
||
|
},
|
||
|
"object": {
|
||
|
"type": "Note",
|
||
|
"name": "A Simple Note",
|
||
|
"content": "This is a simple note"
|
||
|
}
|
||
|
}
|