You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

25 lines
805 B

  1. HTTP/1.1 200 OK
  2. Server: Apache
  3. Date: Wed, 30 Jul 2018 03:29:14 GMT
  4. Content-Type: application/activity+json
  5. Connection: keep-alive
  6. {
  7. "@context": "https://www.w3.org/ns/activitystreams",
  8. "id": "http://activitystreams.example/reply.json",
  9. "type": "Note",
  10. "published": "2018-07-12T13:02:04-07:00",
  11. "attributedTo": "https://activitystreams.example/aaronpk",
  12. "content": "<a href=\"http://activitystreams.example/aaronpk\">@aaronpk</a> This is a reply",
  13. "inReplyTo": "http://activitystreams.example/note.json",
  14. "to": [
  15. "https://www.w3.org/ns/activitystreams#Public"
  16. ],
  17. "tag": [
  18. {
  19. "type": "Mention",
  20. "href": "http://activitystreams.example/aaronpk",
  21. "name": "@aaronpk@activitystreams.example"
  22. }
  23. ]
  24. }