akkoma/test/fixtures/activitypub-client-post-activity.json

11 lines
290 B
JSON
Raw Normal View History

{
"@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"],
"content": "It's a note"
},
"to": ["https://www.w3.org/ns/activitystreams#Public"]
}