11 lines
254 B
JSON
11 lines
254 B
JSON
|
{
|
||
|
"@context": "https://www.w3.org/ns/activitystreams",
|
||
|
"summary": "A simple note",
|
||
|
"type": "Note",
|
||
|
"content": "This is all there is.",
|
||
|
"inReplyTo": {
|
||
|
"summary": "Previous note",
|
||
|
"type": "Note",
|
||
|
"content": "What else is there?"
|
||
|
}
|
||
|
}
|