]> Untitled Git - lemmy.git/blob - crates/apub/assets/lemmy/context.json
Include apub context from file, so that it can be embedded in docs
[lemmy.git] / crates / apub / assets / lemmy / context.json
1 [
2   "https://www.w3.org/ns/activitystreams",
3   {
4     "stickied": "as:stickied",
5     "pt": "https://join-lemmy.org#",
6     "sc": "http://schema.org#",
7     "matrixUserId": {
8       "type": "sc:Text",
9       "id": "as:alsoKnownAs"
10     },
11     "sensitive": "as:sensitive",
12     "comments_enabled": {
13       "type": "sc:Boolean",
14       "id": "pt:commentsEnabled"
15     },
16     "moderators": "as:moderators"
17   },
18   "https://w3id.org/security/v1"
19 ]