move to 2.5.5
[anni] / test / fixtures / tesla_mock / http___mastodon.example.org_users_admin_status_1234.json
1 {
2     "@context": [
3         "https://www.w3.org/ns/activitystreams",
4         "https://w3id.org/security/v1",
5         {
6             "manuallyApprovesFollowers": "as:manuallyApprovesFollowers",
7             "sensitive": "as:sensitive",
8             "movedTo": {
9                 "@id": "as:movedTo",
10                 "@type": "@id"
11             },
12             "Hashtag": "as:Hashtag",
13             "ostatus": "http://ostatus.org#",
14             "atomUri": "ostatus:atomUri",
15             "inReplyToAtomUri": "ostatus:inReplyToAtomUri",
16             "conversation": "ostatus:conversation",
17             "toot": "http://joinmastodon.org/ns#",
18             "Emoji": "toot:Emoji",
19             "focalPoint": {
20                 "@container": "@list",
21                 "@id": "toot:focalPoint"
22             },
23             "featured": {
24                 "@id": "toot:featured",
25                 "@type": "@id"
26             },
27             "schema": "http://schema.org#",
28             "PropertyValue": "schema:PropertyValue",
29             "value": "schema:value"
30         }
31     ],
32     "id": "http://mastodon.example.org/users/admin/statuses/100787282858396771",
33     "type": "Note",
34     "summary": null,
35     "inReplyTo": null,
36     "published": "2018-09-25T16:11:29Z",
37     "url": "https://mastodon.example.org/@admin/100787282858396771",
38     "attributedTo": "http://mastodon.example.org/users/admin",
39     "to": [
40         "https://www.w3.org/ns/activitystreams#Public"
41     ],
42     "cc": [
43         "http://mastodon.example.org/users/admin/followers"
44     ],
45     "sensitive": false,
46     "atomUri": "http://mastodon.example.org/users/admin/statuses/100787282858396771",
47     "inReplyToAtomUri": null,
48     "conversation": "tag:mastodon.social,2018-09-25:objectId=55659382:objectType=Conversation",
49     "content": "<p>the name&apos;s jond (jeans bond)</p>",
50     "contentMap": {
51         "en": "<p>the name&apos;s jond (jeans bond)</p>"
52     },
53     "attachment": [],
54     "tag": []
55 }