be5302cf81ec2e7c532f9122ac9564291fc6570c
[anni] / test / fixtures / mastodon / collections / external_featured.json
1 {
2   "@context": [
3     "https://www.w3.org/ns/activitystreams",
4     "https://{{domain}}/schemas/litepub-0.1.jsonld",
5     {
6       "@language": "und"
7     }
8   ],
9   "id": "https://{{domain}}/users/{{nickname}}/collections/featured",
10   "orderedItems": [
11     "https://{{domain}}/objects/{{object_id}}"
12   ],
13   "type": "OrderedCollection"
14 }