tech.tokimeki.forum.public
Schema Diff
+2 -1
1
1
{
2
2
"id": "tech.tokimeki.forum.public",
3
3
"defs": {
4
4
"main": {
5
5
"key": "tid",
6
6
"name": "tokimeki-space public server",
7
7
"type": "space",
8
8
"name:lang": {
9
9
"ja": "tokimeki-space 公開サーバー"
10
10
},
11
11
"collections": [
12
12
"tech.tokimeki.forum.profile",
13
13
"tech.tokimeki.forum.channel",
14
14
"tech.tokimeki.forum.thread",
15
15
"tech.tokimeki.forum.message",
16
16
"tech.tokimeki.forum.vote",
17
17
"tech.tokimeki.forum.reaction",
18
-
"tech.tokimeki.forum.hide"
18
+
"tech.tokimeki.forum.hide",
19
+
"tech.tokimeki.forum.role"
19
20
],
20
21
"description": "The public face of a server: a publicPolicy space paired with a tech.tokimeki.forum.server space of the same owner and skey. Anyone can obtain a credential (and, at the PDS level, write); what is shown is decided by the service index."
21
22
}
22
23
},
23
24
"$type": "com.atproto.lexicon.schema",
24
25
"lexicon": 1
25
26
}