as2_core.ex18.json 396 B

123456789101112131415161718
  1. {
  2. "@context": "https://www.w3.org/ns/activitystreams",
  3. "summary": "Object history",
  4. "type": "Collection",
  5. "totalItems": 2,
  6. "items": [
  7. {
  8. "type": "Create",
  9. "actor": "http://www.test.example/sally",
  10. "object": "http://example.org/foo"
  11. },
  12. {
  13. "type": "Like",
  14. "actor": "http://www.test.example/joe",
  15. "object": "http://example.org/foo"
  16. }
  17. ]
  18. }