logo

pleroma

My custom branche(s) on git.pleroma.social/pleroma/pleroma git clone https://hacktivis.me/git/pleroma.git

note.json (791B)


  1. {
  2. "@context": [
  3. "https://www.w3.org/ns/activitystreams",
  4. "https://example.com/schemas/litepub-0.1.jsonld",
  5. {
  6. "@language": "und"
  7. }
  8. ],
  9. "actor": "https://example.com/users/{{nickname}}",
  10. "attachment": [],
  11. "attributedTo": "https://example.com/users/{{nickname}}",
  12. "cc": [
  13. "https://example.com/users/{{nickname}}/followers"
  14. ],
  15. "content": "Content",
  16. "context": "https://example.com/contexts/e4b180e1-7403-477f-aeb4-de57e7a3fe7f",
  17. "conversation": "https://example.com/contexts/e4b180e1-7403-477f-aeb4-de57e7a3fe7f",
  18. "id": "https://example.com/objects/{{object_id}}",
  19. "published": "2019-12-15T22:00:05.279583Z",
  20. "sensitive": false,
  21. "summary": "",
  22. "tag": [],
  23. "to": [
  24. "https://www.w3.org/ns/activitystreams#Public"
  25. ],
  26. "type": "Note"
  27. }