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.

24 lines
718 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/note.json",
  9. "type": "Note",
  10. "published": "2018-07-12T13:02:04-07:00",
  11. "attributedTo": "https://activitystreams.example/aaronpk",
  12. "content": "This is the text content of an ActivityStreams note",
  13. "to": [
  14. "https://www.w3.org/ns/activitystreams#Public"
  15. ],
  16. "tag": [
  17. {
  18. "id": "https://aaronparecki.com/tag/activitystreams",
  19. "name": "#activitystreams",
  20. "type": "Hashtag"
  21. }
  22. ]
  23. }