aboutsummaryrefslogtreecommitdiff
path: root/create.jsonld
blob: 7f420e67d1fea43f7bd30f78ef70bd55e7818805 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
    "@context": "https://www.w3.org/ns/activitystreams",
    "type": "Create",
    "id": "https://0.exozy.me/users/test.outbox#helloworld2",
    "actor": "https://0.exozy.me/users/test.jsonld",
    "object": {
        "type": "Note",
        "id": "https://0.exozy.me/users/test.statuses/helloworld2",
        "attributedTo": "https://0.exozy.me/users/test.jsonld",
        "content": "Hello from fuwuqi 2.0!!! 🙃",
        "to": ["https://www.w3.org/ns/activitystreams#Public"]
    },
    "to": ["https://0.exozy.me/users/test.followers"]
}