aboutsummaryrefslogtreecommitdiff
path: root/activity.jsonld
diff options
context:
space:
mode:
Diffstat (limited to 'activity.jsonld')
-rw-r--r--activity.jsonld14
1 files changed, 14 insertions, 0 deletions
diff --git a/activity.jsonld b/activity.jsonld
new file mode 100644
index 0000000..ab5837d
--- /dev/null
+++ b/activity.jsonld
@@ -0,0 +1,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"
+ }
+}