move to 2.5.5
[anni] / test / fixtures / tesla_mock / funkwhale_create_audio.json
1 {
2   "@context": [
3     "https://www.w3.org/ns/activitystreams",
4     "https://w3id.org/security/v1",
5     "https://funkwhale.audio/ns",
6     {
7       "manuallyApprovesFollowers": "as:manuallyApprovesFollowers",
8       "Hashtag": "as:Hashtag"
9     }
10   ],
11   "type": "Create",
12   "id": "https://channels.tests.funkwhale.audio/federation/music/uploads/42342395-0208-4fee-a38d-259a6dae0871/activity",
13   "actor": "https://channels.tests.funkwhale.audio/federation/actors/compositions",
14   "object": {
15     "id": "https://channels.tests.funkwhale.audio/federation/music/uploads/42342395-0208-4fee-a38d-259a6dae0871",
16     "type": "Audio",
17     "name": "Compositions - Test Audio for Pleroma",
18     "attributedTo": "https://channels.tests.funkwhale.audio/federation/actors/compositions",
19     "published": "2020-03-11T10:01:52.714918+00:00",
20     "to": "https://www.w3.org/ns/activitystreams#Public",
21     "url": [
22       {
23         "type": "Link",
24         "mimeType": "audio/ogg",
25         "href": "https://channels.tests.funkwhale.audio/api/v1/listen/3901e5d8-0445-49d5-9711-e096cf32e515/?upload=42342395-0208-4fee-a38d-259a6dae0871&download=false"
26       },
27       {
28         "type": "Link",
29         "mimeType": "text/html",
30         "href": "https://channels.tests.funkwhale.audio/library/tracks/74"
31       }
32     ],
33     "content": "<p>This is a test Audio for Pleroma.</p>",
34     "mediaType": "text/html",
35     "tag": [
36       {
37         "type": "Hashtag",
38         "name": "#funkwhale"
39       },
40       {
41         "type": "Hashtag",
42         "name": "#test"
43       },
44       {
45         "type": "Hashtag",
46         "name": "#tests"
47       }
48     ],
49     "summary": "#funkwhale #test #tests",
50     "@context": [
51       "https://www.w3.org/ns/activitystreams",
52       "https://w3id.org/security/v1",
53       {
54         "manuallyApprovesFollowers": "as:manuallyApprovesFollowers"
55       }
56     ]
57   }
58 }