aboutsummaryrefslogtreecommitdiff
path: root/test/fixtures/quote_post/fep-e232-tag-example.json
blob: 23c7fb5ac02fa1c14aac7f571bb0c14a9f9f54c5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "@context": "https://www.w3.org/ns/activitystreams",
  "type": "Note",
  "content": "This is a quote:<br>RE: https://server.example/objects/123",
  "tag": [
    {
      "type": "Link",
      "mediaType": "application/ld+json; profile=\"https://www.w3.org/ns/activitystreams\"",
      "href": "https://server.example/objects/123",
      "name": "RE: https://server.example/objects/123"
    }
  ],
  "id": "https://server.example/objects/1",
  "to": "https://server.example/users/1",
  "attributedTo": "https://server.example/users/1",
  "actor": "https://server.example/users/1"
}