Fork of Pleroma with site-specific changes and feature branches https://git.pleroma.social/pleroma/pleroma
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

24 行
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. }