2018-12-29 17:01:15 +00:00
|
|
|
{
|
|
|
|
"@context": ["https://www.w3.org/ns/activitystreams", {"@language": "en-GB"}],
|
|
|
|
"type": "Create",
|
|
|
|
"object": {
|
|
|
|
"type": "Note",
|
2020-09-10 09:11:10 +00:00
|
|
|
"to": ["https://www.w3.org/ns/activitystreams#Public"],
|
2018-12-29 17:01:15 +00:00
|
|
|
"content": "It's a note"
|
|
|
|
},
|
|
|
|
"to": ["https://www.w3.org/ns/activitystreams#Public"]
|
|
|
|
}
|