]> Untitled Git - lemmy.git/blob - crates/apub/assets/lemmy/objects/instance.json
implement language tags for site/community in db and api (#2434)
[lemmy.git] / crates / apub / assets / lemmy / objects / instance.json
1 {
2   "type": "Service",
3   "id": "https://enterprise.lemmy.ml/",
4   "name": "Enterprise",
5   "summary": "A test instance",
6   "content": "<p>Enterprise sidebar</p>\\n",
7   "mediaType": "text/html",
8   "source": {
9     "content": "Enterprise sidebar",
10     "mediaType": "text/markdown"
11   },
12   "inbox": "https://enterprise.lemmy.ml/inbox",
13   "outbox": "https://enterprise.lemmy.ml/outbox",
14   "publicKey": {
15     "id": "https://enterprise.lemmy.ml/#main-key",
16     "owner": "https://enterprise.lemmy.ml/",
17     "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"
18   },
19   "language": [
20     {
21       "identifier": "fr",
22       "name": "Français"
23     },
24     {
25       "identifier": "es",
26       "name": "Español"
27     }
28   ],
29   "published": "2022-01-19T21:52:11.110741+00:00"
30 }