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