aboutsummaryrefslogtreecommitdiff
path: root/create.jsonld
diff options
context:
space:
mode:
Diffstat (limited to 'create.jsonld')
-rw-r--r--create.jsonld8
1 files changed, 4 insertions, 4 deletions
diff --git a/create.jsonld b/create.jsonld
index 224d189..7f420e6 100644
--- a/create.jsonld
+++ b/create.jsonld
@@ -1,14 +1,14 @@
{
"@context": "https://www.w3.org/ns/activitystreams",
- "id": "https://0.exozy.me/users/test.outbox#helloworld2",
"type": "Create",
+ "id": "https://0.exozy.me/users/test.outbox#helloworld2",
"actor": "https://0.exozy.me/users/test.jsonld",
"object": {
- "id": "https://0.exozy.me/users/test.statuses/helloworld2",
"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://www.w3.org/ns/activitystreams#Public"]
},
- "to": "https://0.exozy.me/users/test.followers"
+ "to": ["https://0.exozy.me/users/test.followers"]
}