aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests/api/activitypub/json/peertube/announce-without-context.json
blob: 5f2af0cdef07c3ec9153fb1eee48386227494a80 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "type": "Announce",
  "id": "http://localhost:9002/videos/watch/997111d4-e8d8-4f45-99d3-857905785d05/announces/1",
  "actor": "http://localhost:9002/accounts/peertube",
  "object": "http://localhost:9002/videos/watch/997111d4-e8d8-4f45-99d3-857905785d05",
  "to": [
    "https://www.w3.org/ns/activitystreams#Public",
    "http://localhost:9002/accounts/peertube/followers",
    "http://localhost:9002/video-channels/root_channel/followers",
    "http://localhost:9002/accounts/root/followers"
  ],
  "cc": []
}