mirror of
https://git.pleroma.social/sjw/pleroma.git
synced 2024-11-17 21:16:47 +01:00
11 lines
290 B
JSON
11 lines
290 B
JSON
{
|
|
"@context": ["https://www.w3.org/ns/activitystreams", {"@language": "en-GB"}],
|
|
"type": "Create",
|
|
"object": {
|
|
"type": "Note",
|
|
"to": ["https://www.w3.org/ns/activitystreams#Public"],
|
|
"content": "It's a note"
|
|
},
|
|
"to": ["https://www.w3.org/ns/activitystreams#Public"]
|
|
}
|