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