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.

31 lines
909 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/video.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 photo",
  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. }
  21. ],
  22. "attachment": [
  23. {
  24. "type": "Document",
  25. "mediaType": "video/mp4",
  26. "url": "https://aaronparecki.com/2018/07/21/19/video.mp4",
  27. "name": null
  28. }
  29. ]
  30. }