aboutsummaryrefslogtreecommitdiff
path: root/create.jsonld
diff options
context:
space:
mode:
authorAnthony Wang2023-01-18 15:44:25 -0500
committerAnthony Wang2023-01-18 15:44:57 -0500
commit0dbfb50f15a5cfaa7a536354b1e7f6ffeba074e5 (patch)
treeed565a0fd5ed93fb5b9ad0cac1fe61f6ec6dbe63 /create.jsonld
parent4fbf68e7003cfe34f45ffe214db340ff7d090b4b (diff)
Add example like activity
Diffstat (limited to 'create.jsonld')
-rw-r--r--create.jsonld6
1 files changed, 3 insertions, 3 deletions
diff --git a/create.jsonld b/create.jsonld
index 9202fcb..224d189 100644
--- a/create.jsonld
+++ b/create.jsonld
@@ -1,13 +1,13 @@
{
"@context": "https://www.w3.org/ns/activitystreams",
- "id": "https://0.exozy.me/users/test.outbox#helloworld",
+ "id": "https://0.exozy.me/users/test.outbox#helloworld2",
"type": "Create",
"actor": "https://0.exozy.me/users/test.jsonld",
"object": {
- "id": "https://0.exozy.me/users/test.statuses/helloworld",
+ "id": "https://0.exozy.me/users/test.statuses/helloworld2",
"type": "Note",
"attributedTo": "https://0.exozy.me/users/test.jsonld",
- "content": "Hello from fuwuqi!!! 🙃",
+ "content": "Hello from fuwuqi 2.0!!! 🙃",
"to": "https://www.w3.org/ns/activitystreams#Public"
},
"to": "https://0.exozy.me/users/test.followers"