Created
April 19, 2017 23:23
-
-
Save lumenwrites/c25442df535d8ec9a8fe88d78a6d33d3 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": "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