c721ecef58f45f1cad5de0d2ce464536c055cfac
[akkoma] / test / fixtures / mastodon / note-without-published.json
1 {
2 "@context" : [
3 "https://www.w3.org/ns/activitystreams",
4 "https://w3id.org/security/v1",
5 {
6 "Emoji" : "toot:Emoji",
7 "Hashtag" : "as:Hashtag",
8 "atomUri" : "ostatus:atomUri",
9 "conversation" : "ostatus:conversation",
10 "inReplyToAtomUri" : "ostatus:inReplyToAtomUri",
11 "manuallyApprovesFollowers" : "as:manuallyApprovesFollowers",
12 "movedTo" : "as:movedTo",
13 "ostatus" : "http://ostatus.org#",
14 "sensitive" : "as:sensitive",
15 "toot" : "http://joinmastodon.org/ns#"
16 }
17 ],
18 "atomUri" : "http://mastodon.example.org/users/admin/statuses/99541947525187367",
19 "attachment" : [
20 {
21 "mediaType" : "image/jpeg",
22 "name" : null,
23 "type" : "Document",
24 "url" : "http://mastodon.example.org/system/media_attachments/files/000/000/002/original/334ce029e7bfb920.jpg"
25 }
26 ],
27 "attributedTo" : "http://mastodon.example.org/users/admin",
28 "cc" : [
29 "http://mastodon.example.org/users/admin/followers"
30 ],
31 "content" : "<p>yeah.</p>",
32 "conversation" : "tag:mastodon.example.org,2018-02-17:objectId=59:objectType=Conversation",
33 "id" : "http://mastodon.example.org/users/admin/statuses/99541947525187367",
34 "inReplyTo" : null,
35 "inReplyToAtomUri" : null,
36 "sensitive" : false,
37 "summary" : null,
38 "tag" : [],
39 "to" : [
40 "https://www.w3.org/ns/activitystreams#Public"
41 ],
42 "type" : "Note",
43 "url" : "http://mastodon.example.org/@admin/99541947525187367"
44 }