summaryrefslogtreecommitdiff
path: root/test/fixtures/mastodon/collections/featured.json
blob: 56f8f56fa9456c29206d95a92ed77e930844f41c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    "https://{{domain}}/schemas/litepub-0.1.jsonld",
    {
      "@language": "und"
    }
  ],
  "id": "https://{{domain}}/users/{{nickname}}/collections/featured",
  "orderedItems": [
    {
      "@context": [
        "https://www.w3.org/ns/activitystreams",
        "https://{{domain}}/schemas/litepub-0.1.jsonld",
        {
          "@language": "und"
        }
      ],
      "actor": "https://{{domain}}/users/{{nickname}}",
      "attachment": [],
      "attributedTo": "https://{{domain}}/users/{{nickname}}",
      "cc": [
        "https://{{domain}}/users/{{nickname}}/followers"
      ],
      "content": "",
      "id": "https://{{domain}}/objects/{{object_id}}",
      "published": "2021-02-12T15:13:43.915429Z",
      "sensitive": false,
      "source": "",
      "summary": "",
      "tag": [],
      "to": [
        "https://www.w3.org/ns/activitystreams#Public"
      ],
      "type": "Note"
    }
  ],
  "type": "OrderedCollection"
}