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