Merge pull request 'Reblog content should be ""' (#489) from masto4-reboost into...
[akkoma] / test / fixtures / mastodon / note_with_language.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 "toot": "http://joinmastodon.org/ns#",
11 "votersCount": "toot:votersCount"
12 }
13 ],
14 "id": "https://mastodon.social/users/akkoma_ap_integration_tester/statuses/109671288784583764",
15 "type": "Note",
16 "summary": null,
17 "inReplyTo": null,
18 "published": "2023-01-11T15:31:01Z",
19 "url": "https://mastodon.social/@akkoma_ap_integration_tester/109671288784583764",
20 "attributedTo": "https://mastodon.social/users/akkoma_ap_integration_tester",
21 "to": [
22 "https://www.w3.org/ns/activitystreams#Public"
23 ],
24 "cc": [
25 "https://mastodon.social/users/akkoma_ap_integration_tester/followers"
26 ],
27 "sensitive": false,
28 "atomUri": "https://mastodon.social/users/akkoma_ap_integration_tester/statuses/109671288784583764",
29 "inReplyToAtomUri": null,
30 "conversation": "tag:mastodon.social,2023-01-11:objectId=376794415:objectType=Conversation",
31 "content": "<p>tag</p>",
32 "contentMap": {
33 "ja": "<p>tag</p>"
34 },
35 "attachment": [],
36 "tag": [],
37 "replies": []
38 }