diff options
Diffstat (limited to 'test/fixtures/activitypub-client-post-activity.json')
| -rw-r--r-- | test/fixtures/activitypub-client-post-activity.json | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/test/fixtures/activitypub-client-post-activity.json b/test/fixtures/activitypub-client-post-activity.json new file mode 100644 index 0000000..e592081 --- /dev/null +++ b/test/fixtures/activitypub-client-post-activity.json @@ -0,0 +1,10 @@ +{ + "@context": ["https://www.w3.org/ns/activitystreams", {"@language": "en-GB"}], + "type": "Create", + "object": { + "type": "Note", + "to": ["https://www.w3.org/ns/activitystreams#Public"], + "content": "It's a note" + }, + "to": ["https://www.w3.org/ns/activitystreams#Public"] +} |
