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