Skip to content

Instantly share code, notes, and snippets.

@lumenwrites
Created April 19, 2017 22:31
Show Gist options
  • Save lumenwrites/62085487b5b9ac213b5d5f1b94a7496a to your computer and use it in GitHub Desktop.
Save lumenwrites/62085487b5b9ac213b5d5f1b94a7496a to your computer and use it in GitHub Desktop.
{
"@context": "https://www.w3.org/ns/activitystreams",
"type": "Person",
"id": "https://social.example/alyssa/",
"name": "Alyssa P. Hacker",
"preferredUsername": "alyssa",
"summary": "Lisp enthusiast hailing from MIT",
"inbox": "https://social.example/alyssa/inbox/",
"outbox": "https://social.example/alyssa/outbox/",
"followers": "https://social.example/alyssa/followers/",
"following": "https://social.example/alyssa/following/",
"likes": "https://social.example/alyssa/likes/"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment