summaryrefslogtreecommitdiff
path: root/test/fixtures/mastodon-question-activity.json
blob: ac329c7d5f4754b6dade73272ac5b56898ebcec9 (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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    {
      "ostatus": "http://ostatus.org#",
      "atomUri": "ostatus:atomUri",
      "inReplyToAtomUri": "ostatus:inReplyToAtomUri",
      "conversation": "ostatus:conversation",
      "sensitive": "as:sensitive",
      "Hashtag": "as:Hashtag",
      "toot": "http://joinmastodon.org/ns#",
      "Emoji": "toot:Emoji",
      "focalPoint": {
        "@container": "@list",
        "@id": "toot:focalPoint"
      }
    }
  ],
  "id": "https://mastodon.sdf.org/users/rinpatch/statuses/102070944809637304/activity",
  "type": "Create",
  "actor": "https://mastodon.sdf.org/users/rinpatch",
  "published": "2019-05-10T09:03:36Z",
  "to": [
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "cc": [
    "https://mastodon.sdf.org/users/rinpatch/followers"
  ],
  "object": {
    "id": "https://mastodon.sdf.org/users/rinpatch/statuses/102070944809637304",
    "type": "Question",
    "summary": null,
    "inReplyTo": null,
    "published": "2019-05-10T09:03:36Z",
    "url": "https://mastodon.sdf.org/@rinpatch/102070944809637304",
    "attributedTo": "https://mastodon.sdf.org/users/rinpatch",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public"
    ],
    "cc": [
      "https://mastodon.sdf.org/users/rinpatch/followers"
    ],
    "sensitive": false,
    "atomUri": "https://mastodon.sdf.org/users/rinpatch/statuses/102070944809637304",
    "inReplyToAtomUri": null,
    "conversation": "tag:mastodon.sdf.org,2019-05-10:objectId=15095122:objectType=Conversation",
    "content": "<p>Why is Tenshi eating a corndog so cute?</p>",
    "contentMap": {
      "en": "<p>Why is Tenshi eating a corndog so cute?</p>"
    },
    "endTime": "2019-05-11T09:03:36Z",
    "closed": "2019-05-11T09:03:36Z",
    "attachment": [],
    "tag": [],
    "replies": {
      "id": "https://mastodon.sdf.org/users/rinpatch/statuses/102070944809637304/replies",
      "type": "Collection",
      "first": {
        "type": "CollectionPage",
        "partOf": "https://mastodon.sdf.org/users/rinpatch/statuses/102070944809637304/replies",
        "items": []
      }
    },
    "oneOf": [
      {
        "type": "Note",
        "name": "Dunno",
        "replies": {
          "type": "Collection",
          "totalItems": 0
        }
      },
      {
        "type": "Note",
        "name": "Everyone knows that!",
        "replies": {
          "type": "Collection",
          "totalItems": 1
        }
      },
      {
        "type": "Note",
        "name": "25 char limit is dumb",
        "replies": {
          "type": "Collection",
          "totalItems": 0
        }
      },
      {
        "type": "Note",
        "name": "I can't even fit a funny",
        "replies": {
          "type": "Collection",
          "totalItems": 1
        }
      }
    ]
  }
}