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