]> Untitled Git - lemmy.git/blob - crates/apub/assets/lemmy/objects/instance.json
Implement instance actor (#1798)
[lemmy.git] / crates / apub / assets / lemmy / objects / instance.json
1 {
2   "@context": [
3     "https://www.w3.org/ns/activitystreams",
4     {
5       "stickied": "as:stickied",
6       "pt": "https://join-lemmy.org#",
7       "sc": "http://schema.org#",
8       "matrixUserId": {
9         "type": "sc:Text",
10         "id": "as:alsoKnownAs"
11       },
12       "sensitive": "as:sensitive",
13       "comments_enabled": {
14         "type": "sc:Boolean",
15         "id": "pt:commentsEnabled"
16       },
17       "moderators": "as:moderators"
18     },
19     "https://w3id.org/security/v1"
20   ],
21   "type": "Service",
22   "id": "https://enterprise.lemmy.ml/",
23   "name": "Enterprise",
24   "summary": "A test instance",
25   "content": "<p>Enterprise sidebar</p>\\n",
26   "mediaType": "text/html",
27   "source": {
28     "content": "Enterprise sidebar",
29     "mediaType": "text/markdown"
30   },
31   "inbox": "https://enterprise.lemmy.ml/inbox",
32   "outbox": "https://enterprise.lemmy.ml/outbox",
33   "publicKey": {
34     "id": "https://enterprise.lemmy.ml/#main-key",
35     "owner": "https://enterprise.lemmy.ml/",
36     "publicKeyPem": "-----BEGIN PUBLIC KEY-----\nMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAupcK0xTw5yQb/fnztAmb\n9LfPbhJJP1+1GwUaOXGYiDJD6uYJhl9CLmgztLl3RyV9ltOYoN8/NLNDfOMmgOjd\nrsNWEjDI9IcVPmiZnhU7hsi6KgQvJzzv8O5/xYjAGhDfrGmtdpL+lyG0B5fQod8J\n/V5VWvTQ0B0qFrLSBBuhOrp8/fTtDskdtElDPtnNfH2jn6FgtLOijidWwf9ekFo4\n0I1JeuEw6LuD/CzKVJTPoztzabUV1DQF/DnFJm+8y7SCJa9jEO56Uf9eVfa1jF6f\ndH6ZvNJMiafstVuLMAw7C/eNJy3ufXgtZ4403oOKA0aRSYf1cc9pHSZ9gDE/mevH\nLwIDAQAB\n-----END PUBLIC KEY-----\n"
37   },
38   "published": "2022-01-19T21:52:11.110741+00:00"
39 }