aboutsummaryrefslogtreecommitdiff
path: root/create.jsonld
blob: a9c8893bfdb8649b5c815a64fa2d51ed81d7d00d (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/hello-world2",
    "type": "Create",
    "actor": "https://0.exozy.me/users/test.jsonld",
    "object": {
        "id": "https://0.exozy.me/users/test.statuses/hello-world2",
        "type": "Note",
        "attributedTo": "https://0.exozy.me/users/test.jsonld",
        "inReplyTo": "https://social.exozy.me/@a/109707513227348721",
        "content": "Hello from fuwuqi! 2",
        "to": "https://www.w3.org/ns/activitystreams#Public"
    }
}