Add option to modify HTTP pool size
[akkoma] / test / fixtures / bookwyrm-replies-collection.json
1 {
2 "id": "https://bookwyrm.com/user/TestUser/review/17/replies?page=1",
3 "type": "OrderedCollectionPage",
4 "partOf": "https://bookwyrm.com/user/TestUser/review/17/replies",
5 "orderedItems": [
6 {
7 "id": "https://bookwyrm.com/user/TestUser/status/18",
8 "type": "Note",
9 "published": "2022-01-07T16:07:51.111523+00:00",
10 "attributedTo": "https://bookwyrm.com/user/TestUser",
11 "content": "<p>reply</p>",
12 "to": [
13 "https://www.w3.org/ns/activitystreams#Public"
14 ],
15 "cc": [
16 "https://bookwyrm.com/user/TestUser/followers",
17 "https://bookwyrm.com/user/TestUser"
18 ],
19 "replies": {
20 "id": "https://bookwyrm.com/user/TestUser/status/18/replies",
21 "type": "OrderedCollection",
22 "totalItems": 0,
23 "first": "https://bookwyrm.com/user/TestUser/status/18/replies?page=1",
24 "last": "https://bookwyrm.com/user/TestUser/status/18/replies?page=1",
25 "@context": "https://www.w3.org/ns/activitystreams"
26 },
27 "inReplyTo": "https://bookwyrm.com/user/TestUser/review/17",
28 "tag": [
29 {
30 "href": "https://bookwyrm.com/user/TestUser",
31 "name": "TestUser@bookwyrm.com",
32 "type": "Mention"
33 }
34 ],
35 "attachment": [],
36 "sensitive": false,
37 "@context": "https://www.w3.org/ns/activitystreams"
38 }
39 ],
40 "@context": "https://www.w3.org/ns/activitystreams"
41 }