c985e072b1f37083f717cf181b0444d8e956dc0c
[akkoma] / test / fixtures / activitypub-client-post-activity.json
1 {
2 "@context": ["https://www.w3.org/ns/activitystreams", {"@language": "en-GB"}],
3 "type": "Create",
4 "object": {
5 "type": "Note",
6 "content": "It's a note"
7 },
8 "to": ["https://www.w3.org/ns/activitystreams#Public"]
9 }