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