Add option to modify HTTP pool size
[akkoma] / test / fixtures / bookwyrm-article.json
1 {
2 "@context": "https://www.w3.org/ns/activitystreams",
3 "attachment": [
4 {
5 "id": null,
6 "name": "Death's End (The Three-Body Problem) (2018, Head of Zeus)",
7 "type": "Document",
8 "url": "https://bookwyrm.com/images/covers/e7a6a777-b3fa-44be-a819-33f3aa5187dd.jpeg"
9 }
10 ],
11 "attributedTo": "https://bookwyrm.com/user/TestUser",
12 "cc": [
13 "https://bookwyrm.com/user/TestUser/followers"
14 ],
15 "content": "<p>review</p>",
16 "id": "https://bookwyrm.com/user/TestUser/review/17",
17 "inReplyToBook": "https://bookwyrm.com/book/2",
18 "name": "Review of \"Death's End (The Three-Body Problem)\": ab",
19 "published": "2022-01-07T16:07:43.665392+00:00",
20 "replies": {
21 "@context": "https://www.w3.org/ns/activitystreams",
22 "first": "https://bookwyrm.com/user/TestUser/review/17/replies?page=1",
23 "id": "https://bookwyrm.com/user/TestUser/review/17/replies",
24 "last": "https://bookwyrm.com/user/TestUser/review/17/replies?page=1",
25 "totalItems": 0,
26 "type": "OrderedCollection"
27 },
28 "sensitive": false,
29 "tag": [{"type": "Edition"}],
30 "to": [
31 "https://www.w3.org/ns/activitystreams#Public"
32 ],
33 "type": "Article",
34 "updated": "2022-01-07T16:14:08.267337+00:00"
35 }