Add option to modify HTTP pool size
[akkoma] / test / fixtures / quoted_status.json
1 {
2 "@context": [
3 "https://www.w3.org/ns/activitystreams",
4 "https://example.com/schemas/litepub-0.1.jsonld",
5 {
6 "@language": "und"
7 }
8 ],
9 "actor": "https://example.com/users/user",
10 "attachment": [
11 {
12 "mediaType": "image/png",
13 "name": "",
14 "type": "Document",
15 "url": "https://example.com/media/4d6097ae20200ac371f51d24eae0a94cb4b424b6aff81dcc0f7411b1a74c796f.png"
16 }
17 ],
18 "attributedTo": "https://example.com/users/user",
19 "cc": [
20 "https://example.com/users/user/followers"
21 ],
22 "content": "",
23 "context": "https://example.com/contexts/c2c52511-977e-4168-996c-bcf006789dca",
24 "conversation": "https://example.com/contexts/c2c52511-977e-4168-996c-bcf006789dca",
25 "id": "https://example.com/objects/43479e20-c0f8-4f49-bf7f-13fab8234924",
26 "published": "2022-07-24T17:25:51.614495Z",
27 "sensitive": null,
28 "source": {
29 "content": "",
30 "mediaType": "text/plain"
31 },
32 "summary": "",
33 "tag": [],
34 "to": [
35 "https://www.w3.org/ns/activitystreams#Public"
36 ],
37 "type": "Note"
38 }