summaryrefslogtreecommitdiff
path: root/test/fixtures/activitypub-client-post-activity.json
blob: e592081bc62bae459b56b53fbcaeeee0c9a02d29 (plain)
1
2
3
4
5
6
7
8
9
10
{
  "@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"]
}