move to 2.5.5
[anni] / test / fixtures / mastodon-announce-private.json
1 {
2   "type": "Announce",
3   "to": [
4     "http://mastodon.example.org/users/admin/followers"
5   ],
6   "published": "2018-02-17T19:39:15Z",
7   "object": {
8     "type": "Note",
9     "id": "http://mastodon.example.org/@admin/99541947525187368",
10     "attributedTo": "http://mastodon.example.org/users/admin",
11     "content": "this is a private toot",
12     "to": [
13       "http://mastodon.example.org/users/admin/followers"
14     ]
15   },
16   "id": "http://mastodon.example.org/users/admin/statuses/99542391527669785/activity",
17   "atomUri": "http://mastodon.example.org/users/admin/statuses/99542391527669785/activity",
18   "actor": "http://mastodon.example.org/users/admin",
19   "@context": [
20     "https://www.w3.org/ns/activitystreams",
21     "https://w3id.org/security/v1",
22     {
23       "toot": "http://joinmastodon.org/ns#",
24       "sensitive": "as:sensitive",
25       "ostatus": "http://ostatus.org#",
26       "movedTo": "as:movedTo",
27       "manuallyApprovesFollowers": "as:manuallyApprovesFollowers",
28       "inReplyToAtomUri": "ostatus:inReplyToAtomUri",
29       "conversation": "ostatus:conversation",
30       "atomUri": "ostatus:atomUri",
31       "Hashtag": "as:Hashtag",
32       "Emoji": "toot:Emoji"
33     }
34   ]
35 }