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.

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