Fork of Pleroma with site-specific changes and feature branches https://git.pleroma.social/pleroma/pleroma
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.

24 lines
760B

  1. {
  2. "@context": [
  3. "https://www.w3.org/ns/activitystreams",
  4. "https://w3id.org/security/v1",
  5. {
  6. "Emoji": "toot:Emoji",
  7. "Hashtag": "as:Hashtag",
  8. "PropertyValue": "schema:PropertyValue",
  9. "atomUri": "ostatus:atomUri",
  10. "conversation": {
  11. "@id": "ostatus:conversation",
  12. "@type": "@id"
  13. },
  14. "manuallyApprovesFollowers": "as:manuallyApprovesFollowers",
  15. "ostatus": "http://ostatus.org#",
  16. "schema": "http://schema.org",
  17. "toot": "http://joinmastodon.org/ns#",
  18. "totalItems": "as:totalItems",
  19. "value": "schema:value",
  20. "sensitive": "as:sensitive"
  21. }
  22. ]
  23. }