as2_core.ex7.json 298 B

123456789101112
  1. {
  2. "@context": "https://www.w3.org/ns/activitystreams",
  3. "id": "http://example.org/foo",
  4. "type": "Note",
  5. "name": "My favourite stew recipe",
  6. "attributedTo": {
  7. "id": "http://joe.website.example/",
  8. "type": "Person",
  9. "name": "Joe Smith"
  10. },
  11. "published": "2014-08-21T12:34:56Z"
  12. }