Merge branch 'tests/openapi-everywhere' into 'develop'
[akkoma] / test / fixtures / users_mock / masto_featured.json
1 {
2 "@context": [
3 "https://www.w3.org/ns/activitystreams",
4 {
5 "ostatus": "http://ostatus.org#",
6 "atomUri": "ostatus:atomUri",
7 "inReplyToAtomUri": "ostatus:inReplyToAtomUri",
8 "conversation": "ostatus:conversation",
9 "sensitive": "as:sensitive",
10 "toot": "http://joinmastodon.org/ns#",
11 "votersCount": "toot:votersCount"
12 }
13 ],
14 "id": "https://{{domain}}/users/{{nickname}}/collections/featured",
15 "type": "OrderedCollection",
16 "totalItems": 0,
17 "orderedItems": []
18 }