1
0
Fork 0
mirror of https://git.youjo.love/youjo/youjo-be.git synced 2025-03-03 17:43:05 +01:00
youjo-be/test/fixtures/activitypub-client-post-activity.json

10 lines
230 B
JSON
Raw Normal View History

{
"@context": ["https://www.w3.org/ns/activitystreams", {"@language": "en-GB"}],
"type": "Create",
"object": {
"type": "Note",
"content": "It's a note"
},
"to": ["https://www.w3.org/ns/activitystreams#Public"]
}