Skip to content

Instantly share code, notes, and snippets.

@lumenwrites
Created April 19, 2017 23:23
Show Gist options
  • Save lumenwrites/c25442df535d8ec9a8fe88d78a6d33d3 to your computer and use it in GitHub Desktop.
Save lumenwrites/c25442df535d8ec9a8fe88d78a6d33d3 to your computer and use it in GitHub Desktop.
{
"@context": "https://www.w3.org/ns/activitystreams",
"type": "Create",
"id": "https://social.example/alyssa/posts/9282e9cc-14d0-42b3-a758-d6aeca6c876b",
"to": ["https://social.example/alyssa/followers/",
"https://www.w3.org/ns/activitystreams#Public"],
"author": "https://social.example/alyssa/",
"object": {
"type": "Note",
"id": "https://social.example/alyssa/posts/d18c55d4-8a63-4181-9745-4e6cf7938fa1",
"attributedTo": "https://social.example/alyssa/",
"to": ["https://social.example/alyssa/followers/",
"https://www.w3.org/ns/activitystreams#Public"],
"content": "Lending books to friends is nice. Getting them back is even nicer! :)"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment