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