View difference between Paste ID: ew5iSxa6 and FvFujcQm
SHOW: | | - or go back to the newest paste.
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"],
18+
     "fields":["to","content","published","actor"],
19
     "creator":"http://bob.example/keys/1"
20
     "signatureValue":"abdeASDgsasSDHGf=="
21
   }
22
}