Add option to modify HTTP pool size
[akkoma] / test / fixtures / prismo-url-map.json
1 {
2 "id": "https://prismo.news/posts/83#Create",
3 "type": "Create",
4 "actor": [
5 {
6 "type": "Person",
7 "id": "https://prismo.news/@mxb"
8 }
9 ],
10 "to": [
11 "https://www.w3.org/ns/activitystreams#Public"
12 ],
13 "object": {
14 "id": "https://prismo.news/posts/83",
15 "type": "Article",
16 "name": "Introducing: Federated follows!",
17 "published": "2018-11-01T07:10:05Z",
18 "content": "We are more than thrilled to announce that Prismo now supports federated follows! It means you ca...",
19 "url": {
20 "type": "Link",
21 "mimeType": "text/html",
22 "href": "https://prismo.news/posts/83"
23 },
24 "votes": 12,
25 "attributedTo": [
26 {
27 "type": "Person",
28 "id": "https://prismo.news/@mxb"
29 }
30 ],
31 "to": [
32 "https://www.w3.org/ns/activitystreams#Public"
33 ],
34 "tags": [
35 {
36 "type": "Hashtag",
37 "href": "https://prismo.news/tags/prismo",
38 "name": "#prismo"
39 },
40 {
41 "type": "Hashtag",
42 "href": "https://prismo.news/tags/prismodev",
43 "name": "#prismodev"
44 },
45 {
46 "type": "Hashtag",
47 "href": "https://prismo.news/tags/meta",
48 "name": "#meta"
49 }
50 ],
51 "@context": [
52 "https://www.w3.org/ns/activitystreams",
53 "https://w3id.org/security/v1",
54 {
55 "Hashtag": "as:Hashtag"
56 },
57 {
58 "votes": {
59 "@id": "as:votes",
60 "@type": "@id"
61 }
62 }
63 ]
64 }
65 }