as2_core.ex16.json 281 B

123456789
  1. {
  2. "@context": "https://www.w3.org/ns/activitystreams",
  3. "summary": "Joe liked a note",
  4. "type": "Like",
  5. "id": "http://www.test.example/activity/1",
  6. "actor": "http://example.org/profiles/joe",
  7. "object": "http://example.com/notes/1",
  8. "published": "2014-09-30T12:34:56Z"
  9. }