summaryrefslogtreecommitdiff
path: root/test/fixtures/tesla_mock/funkwhale_create_audio.json
blob: fe6059cbf8af4a39dcc69aea99d4d263a19a433b (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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    "https://w3id.org/security/v1",
    "https://funkwhale.audio/ns",
    {
      "manuallyApprovesFollowers": "as:manuallyApprovesFollowers",
      "Hashtag": "as:Hashtag"
    }
  ],
  "type": "Create",
  "id": "https://channels.tests.funkwhale.audio/federation/music/uploads/42342395-0208-4fee-a38d-259a6dae0871/activity",
  "actor": "https://channels.tests.funkwhale.audio/federation/actors/compositions",
  "object": {
    "id": "https://channels.tests.funkwhale.audio/federation/music/uploads/42342395-0208-4fee-a38d-259a6dae0871",
    "type": "Audio",
    "name": "Compositions - Test Audio for Pleroma",
    "attributedTo": "https://channels.tests.funkwhale.audio/federation/actors/compositions",
    "published": "2020-03-11T10:01:52.714918+00:00",
    "to": "https://www.w3.org/ns/activitystreams#Public",
    "url": [
      {
        "type": "Link",
        "mimeType": "audio/ogg",
        "href": "https://channels.tests.funkwhale.audio/api/v1/listen/3901e5d8-0445-49d5-9711-e096cf32e515/?upload=42342395-0208-4fee-a38d-259a6dae0871&download=false"
      },
      {
        "type": "Link",
        "mimeType": "text/html",
        "href": "https://channels.tests.funkwhale.audio/library/tracks/74"
      }
    ],
    "content": "<p>This is a test Audio for Pleroma.</p>",
    "mediaType": "text/html",
    "tag": [
      {
        "type": "Hashtag",
        "name": "#funkwhale"
      },
      {
        "type": "Hashtag",
        "name": "#test"
      },
      {
        "type": "Hashtag",
        "name": "#tests"
      }
    ],
    "summary": "#funkwhale #test #tests",
    "@context": [
      "https://www.w3.org/ns/activitystreams",
      "https://w3id.org/security/v1",
      {
        "manuallyApprovesFollowers": "as:manuallyApprovesFollowers"
      }
    ]
  }
}