Remove Uploaders.Swift
[akkoma] / test / fixtures / tesla_mock / status.emelie.json
1 {
2 "@context": [
3 "https://www.w3.org/ns/activitystreams",
4 {
5 "ostatus": "http://ostatus.org#",
6 "atomUri": "ostatus:atomUri",
7 "inReplyToAtomUri": "ostatus:inReplyToAtomUri",
8 "conversation": "ostatus:conversation",
9 "sensitive": "as:sensitive",
10 "Hashtag": "as:Hashtag",
11 "toot": "http://joinmastodon.org/ns#",
12 "Emoji": "toot:Emoji",
13 "focalPoint": {
14 "@container": "@list",
15 "@id": "toot:focalPoint"
16 }
17 }
18 ],
19 "id": "https://mastodon.social/users/emelie/statuses/101849165031453009",
20 "type": "Note",
21 "summary": null,
22 "inReplyTo": null,
23 "published": "2019-04-01T05:02:05Z",
24 "url": "https://mastodon.social/@emelie/101849165031453009",
25 "attributedTo": "https://mastodon.social/users/emelie",
26 "to": [
27 "https://www.w3.org/ns/activitystreams#Public"
28 ],
29 "cc": [
30 "https://mastodon.social/users/emelie/followers"
31 ],
32 "sensitive": false,
33 "atomUri": "https://mastodon.social/users/emelie/statuses/101849165031453009",
34 "inReplyToAtomUri": null,
35 "conversation": "tag:mastodon.social,2019-04-01:objectId=94350309:objectType=Conversation",
36 "content": "<p>You gotta take whatever bellyrubbing opportunity you can get before she changes her mind 🦁 <a href=\"https://mastodon.social/tags/mastocats\" class=\"mention hashtag\" rel=\"tag\">#<span>mastocats</span></a></p>",
37 "contentMap": {
38 "en": "<p>You gotta take whatever bellyrubbing opportunity you can get before she changes her mind 🦁 <a href=\"https://mastodon.social/tags/mastocats\" class=\"mention hashtag\" rel=\"tag\">#<span>mastocats</span></a></p>"
39 },
40 "attachment": [
41 {
42 "type": "Document",
43 "mediaType": "video/mp4",
44 "url": "https://files.mastodon.social/media_attachments/files/013/049/816/original/e7831178a5e0d6d4.mp4",
45 "name": null
46 }
47 ],
48 "tag": [
49 {
50 "type": "Hashtag",
51 "href": "https://mastodon.social/tags/mastocats",
52 "name": "#mastocats"
53 }
54 ],
55 "replies": {
56 "id": "https://mastodon.social/users/emelie/statuses/101849165031453009/replies",
57 "type": "Collection",
58 "first": {
59 "type": "CollectionPage",
60 "partOf": "https://mastodon.social/users/emelie/statuses/101849165031453009/replies",
61 "items": []
62 }
63 }
64 }