]> Untitled Git - lemmy.git/blob - crates/apub/assets/lemmy/context.json
implement language tags for site/community in db and api (#2434)
[lemmy.git] / crates / apub / assets / lemmy / context.json
1 [
2   "https://www.w3.org/ns/activitystreams",
3   "https://w3id.org/security/v1",
4   {
5     "lemmy": "https://join-lemmy.org/ns#",
6     "litepub": "http://litepub.social/ns#",
7     "pt": "https://joinpeertube.org/ns#",
8     "sc": "http://schema.org/",
9     "ChatMessage": "litepub:ChatMessage",
10     "commentsEnabled": "pt:commentsEnabled",
11     "sensitive": "as:sensitive",
12     "matrixUserId": "lemmy:matrixUserId",
13     "posting_restricted_to_mods": "lemmy:posting_restricted_to_mods",
14     "remove_data": "lemmy:remove_data",
15     "stickied": "lemmy:stickied",
16     "moderators": {
17       "@type": "@id",
18       "@id": "lemmy:moderators"
19     },
20     "expires": "as:endTime",
21     "distinguished": "lemmy:distinguished",
22     "language": "sc:inLanguage"
23   }
24 ]