Skip to content

Instantly share code, notes, and snippets.

@puckipedia
Created June 22, 2018 14:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save puckipedia/bedf18b1c87d3c2a6bd318e41b723468 to your computer and use it in GitHub Desktop.
Save puckipedia/bedf18b1c87d3c2a6bd318e41b723468 to your computer and use it in GitHub Desktop.
{
"@context": [
"https://www.w3.org/ns/activitystreams",
"http://127.0.0.1:3000/-/context"
],
"actor": "http://127.0.0.1:3000/~puckipedia",
"attributedTo": {
"id": "http://127.0.0.1:3000/~puckipedia",
"inbox": {
"attributedTo": "http://127.0.0.1:3000/~puckipedia",
"id": "http://127.0.0.1:3000/~puckipedia/inbox",
"type": "OrderedCollection"
},
"name": "Puck Meerburg",
"outbox": {
"attributedTo": "http://127.0.0.1:3000/~puckipedia",
"id": "http://127.0.0.1:3000/~puckipedia/outbox",
"type": "OrderedCollection"
},
"preferredUsername": "puckipedia",
"type": "Person"
},
"id": "http://127.0.0.1:3000/~puckipedia/~cursed",
"inbox": "http://127.0.0.1:3000/~puckipedia/~cursed/inbox",
"name": "Cursed Entity",
"object": "http://127.0.0.1:3000/~puckipedia/~cursed",
"outbox": "http://127.0.0.1:3000/~puckipedia/~cursed/outbox",
"preferredUsername": "cursed",
"to": "https://www.w3.org/ns/activitystreams#Public",
"type": [
"Person",
"Create",
"Note"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment