diff options
author | Anthony Wang | 2023-01-19 18:24:59 -0500 |
---|---|---|
committer | Anthony Wang | 2023-01-19 18:24:59 -0500 |
commit | dc3f6329b2b22cb94e71b667867e085d48527d14 (patch) | |
tree | 2dc98d5af1ffd1b8f5c9a7f548898ab4212d609b /create.jsonld | |
parent | f7403f75dab5fea8e1f3dc022a6cfdd523094e1c (diff) |
Style fixes
Diffstat (limited to 'create.jsonld')
-rw-r--r-- | create.jsonld | 8 |
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"] } |