tech.tokimeki.space.personal
Schema Diff
+2 -1
1
1
{
2
2
"id": "tech.tokimeki.space.personal",
3
3
"defs": {
4
4
"main": {
5
5
"key": "literal:self",
6
6
"name": "TOKIMEKI Personal Space",
7
7
"type": "space",
8
8
"name:lang": {
9
9
"ja": "TOKIMEKI パーソナルスペース"
10
10
},
11
11
"collections": [
12
-
"tech.tokimeki.space.note"
12
+
"tech.tokimeki.space.note",
13
+
"tech.tokimeki.space.settings"
13
14
],
14
15
"description": "A per-user permissioned space holding TOKIMEKI private data (notes, drafts, settings)."
15
16
}
16
17
},
17
18
"$type": "com.atproto.lexicon.schema",
18
19
"lexicon": 1
19
20
}