Add test for friendica featured collection
[akkoma] / test / fixtures / friendica / friendica_featured_collection_first.json
1 {
2 "@context": [
3 "https://www.w3.org/ns/activitystreams",
4 "https://w3id.org/security/v1",
5 {
6 "vcard": "http://www.w3.org/2006/vcard/ns#",
7 "dfrn": "http://purl.org/macgirvin/dfrn/1.0/",
8 "diaspora": "https://diasporafoundation.org/ns/",
9 "litepub": "http://litepub.social/ns#",
10 "toot": "http://joinmastodon.org/ns#",
11 "featured": {
12 "@id": "toot:featured",
13 "@type": "@id"
14 },
15 "schema": "http://schema.org#",
16 "manuallyApprovesFollowers": "as:manuallyApprovesFollowers",
17 "sensitive": "as:sensitive",
18 "Hashtag": "as:Hashtag",
19 "directMessage": "litepub:directMessage",
20 "discoverable": "toot:discoverable",
21 "PropertyValue": "schema:PropertyValue",
22 "value": "schema:value"
23 }
24 ],
25 "id": "https://friendica.example.com/featured/raha?page=1",
26 "type": "OrderedCollectionPage",
27 "totalItems": 0,
28 "partOf": "https://friendica.example.com/featured/raha",
29 "orderedItems": []
30 }