activitypub-client-post-activity.json (290B)
- {
- "@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"]
- }