f19088fecb31231eb46b3f49b0bc92c392783521
[anni] / test / fixtures / mastodon-delete-user.json
1 {
2   "type": "Delete",
3   "object": {
4     "type": "Person",
5     "id": "http://mastodon.example.org/users/admin",
6     "atomUri": "http://mastodon.example.org/users/admin"
7   },
8   "id": "http://mastodon.example.org/users/admin#delete",
9   "actor": "http://mastodon.example.org/users/admin",
10   "@context": [
11     {
12       "toot": "http://joinmastodon.org/ns#",
13       "sensitive": "as:sensitive",
14       "ostatus": "http://ostatus.org#",
15       "movedTo": "as:movedTo",
16       "manuallyApprovesFollowers": "as:manuallyApprovesFollowers",
17       "inReplyToAtomUri": "ostatus:inReplyToAtomUri",
18       "conversation": "ostatus:conversation",
19       "atomUri": "ostatus:atomUri",
20       "Hashtag": "as:Hashtag",
21       "Emoji": "toot:Emoji"
22     }
23   ]
24 }