summaryrefslogtreecommitdiff
path: root/test/fixtures/bookwyrm-article.json
blob: 66b34b688bd84e5fb3037edaafaa1fd9ae268766 (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
{
  "@context": "https://www.w3.org/ns/activitystreams",
  "attachment": [
    {
      "id": null,
      "name": "Death's End (The Three-Body Problem) (2018, Head of Zeus)",
      "type": "Document",
      "url": "https://bookwyrm.com/images/covers/e7a6a777-b3fa-44be-a819-33f3aa5187dd.jpeg"
    }
  ],
  "attributedTo": "https://bookwyrm.com/user/TestUser",
  "cc": [
    "https://bookwyrm.com/user/TestUser/followers"
  ],
  "content": "<p>review</p>",
  "id": "https://bookwyrm.com/user/TestUser/review/17",
  "inReplyToBook": "https://bookwyrm.com/book/2",
  "name": "Review of \"Death's End (The Three-Body Problem)\": ab",
  "published": "2022-01-07T16:07:43.665392+00:00",
  "replies": {
    "@context": "https://www.w3.org/ns/activitystreams",
    "first": "https://bookwyrm.com/user/TestUser/review/17/replies?page=1",
    "id": "https://bookwyrm.com/user/TestUser/review/17/replies",
    "last": "https://bookwyrm.com/user/TestUser/review/17/replies?page=1",
    "totalItems": 0,
    "type": "OrderedCollection"
  },
  "sensitive": false,
  "tag": [],
  "to": [
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "type": "Article",
  "updated": "2022-01-07T16:14:08.267337+00:00"
}