Merge develop
[akkoma] / test / fixtures / users_mock / pleroma_followers.json
1 {
2 "type": "OrderedCollection",
3 "totalItems": 527,
4 "id": "http://localhost:4001/users/fuser2/followers",
5 "first": {
6 "type": "OrderedCollectionPage",
7 "totalItems": 527,
8 "partOf": "http://localhost:4001/users/fuser2/followers",
9 "orderedItems": [],
10 "next": "http://localhost:4001/users/fuser2/followers?page=2",
11 "id": "http://localhost:4001/users/fuser2/followers?page=1"
12 },
13 "@context": [
14 "https://www.w3.org/ns/activitystreams",
15 "http://localhost:4001/schemas/litepub-0.1.jsonld",
16 {
17 "@language": "und"
18 }
19 ]
20 }