logo

pleroma

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

featured.json (1021B)


  1. {
  2. "@context": [
  3. "https://www.w3.org/ns/activitystreams",
  4. "https://{{domain}}/schemas/litepub-0.1.jsonld",
  5. {
  6. "@language": "und"
  7. }
  8. ],
  9. "id": "https://{{domain}}/users/{{nickname}}/collections/featured",
  10. "orderedItems": [
  11. {
  12. "@context": [
  13. "https://www.w3.org/ns/activitystreams",
  14. "https://{{domain}}/schemas/litepub-0.1.jsonld",
  15. {
  16. "@language": "und"
  17. }
  18. ],
  19. "actor": "https://{{domain}}/users/{{nickname}}",
  20. "attachment": [],
  21. "attributedTo": "https://{{domain}}/users/{{nickname}}",
  22. "cc": [
  23. "https://{{domain}}/users/{{nickname}}/followers"
  24. ],
  25. "content": "",
  26. "id": "https://{{domain}}/objects/{{object_id}}",
  27. "published": "2021-02-12T15:13:43.915429Z",
  28. "sensitive": false,
  29. "source": "",
  30. "summary": "",
  31. "tag": [],
  32. "to": [
  33. "https://www.w3.org/ns/activitystreams#Public"
  34. ],
  35. "type": "Note"
  36. }
  37. ],
  38. "type": "OrderedCollection"
  39. }