Advertisement
Guest User

Untitled

a guest
Jul 17th, 2017
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. {
  2.   "@context": "https://www.w3.org/ns/activitystreams",
  3.   "summary": "Sally liked a note",
  4.   "type": "Like",
  5.   "actor": {
  6.     "type": "Person",
  7.     "name": "Sally"
  8.   },
  9.   "object": {
  10.     "@context":"activitystreams",
  11.     "type":"Note",
  12.     "actor": "https://bob.example/",
  13.     "to": "https://www.w3.org/ns/activitystreams#Public"
  14.     "content": "Something I would say"
  15.     "published": "2015-02-10T15:04:55Z",
  16.     "signature": {
  17.      "type":"SimpleActivityPub2017"
  18.      "fields":["to","content","published","actor"],
  19.      "creator":"http://bob.example/keys/1"
  20.      "signatureValue":"abdeASDgsasSDHGf=="
  21.    }
  22. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement