logo

pleroma

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

fep-e232-tag-example.json (584B)


  1. {
  2. "@context": "https://www.w3.org/ns/activitystreams",
  3. "type": "Note",
  4. "content": "This is a quote:<br>RE: https://server.example/objects/123",
  5. "tag": [
  6. {
  7. "type": "Link",
  8. "mediaType": "application/ld+json; profile=\"https://www.w3.org/ns/activitystreams\"",
  9. "href": "https://server.example/objects/123",
  10. "name": "RE: https://server.example/objects/123"
  11. }
  12. ],
  13. "id": "https://server.example/objects/1",
  14. "to": "https://server.example/users/1",
  15. "attributedTo": "https://server.example/users/1",
  16. "actor": "https://server.example/users/1"
  17. }