Created
April 19, 2017 22:31
-
-
Save lumenwrites/62085487b5b9ac213b5d5f1b94a7496a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"@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