net.anisota.authFullApp
Schema Diff
+6 -0
1
1
{
2
2
"id": "net.anisota.authFullApp",
3
3
"defs": {
4
4
"main": {
5
5
"type": "permission-set",
6
6
"title": "Full Anisota App Permissions",
7
7
"detail": "Manage posts, interactions, chronicles, expeditions, spells, harvests, player state, lists, and all other Anisota features.",
8
8
"permissions": [
9
9
{
10
10
"type": "permission",
11
11
"action": [
12
12
"create",
13
13
"update",
14
14
"delete"
15
15
],
16
16
"resource": "repo",
17
17
"collection": [
18
18
"net.anisota.feed.post",
19
19
"net.anisota.feed.like",
20
20
"net.anisota.feed.repost",
21
21
"net.anisota.feed.list",
22
22
"net.anisota.feed.listItem",
23
23
"net.anisota.feed.draft",
24
+
"net.anisota.feed.perception",
24
25
"net.anisota.chronicle.log",
25
26
"net.anisota.chronicle.log.daily",
26
27
"net.anisota.chronicle.log.weekly",
27
28
"net.anisota.chronicle.log.monthly",
28
29
"net.anisota.chronicle.log.yearly",
29
30
"net.anisota.chronicle.level",
30
31
"net.anisota.chronicle.collection",
31
32
"net.anisota.chronicle.inventory",
32
33
"net.anisota.chronicle.achievement",
34
+
"net.anisota.chronicle.milestone",
33
35
"net.anisota.chronicle.expedition",
34
36
"net.anisota.chronicle.expedition.camp",
35
37
"net.anisota.chronicle.progress",
38
+
"net.anisota.chronicle.fieldwork",
39
+
"net.anisota.fieldwork.state",
36
40
"net.anisota.harvest.minigame",
37
41
"net.anisota.player.state",
38
42
"net.anisota.spell.custom",
39
43
"net.anisota.spell.book",
40
44
"net.anisota.settings",
41
45
"net.anisota.graph.mute",
42
46
"net.anisota.graph.listMute",
43
47
"net.anisota.graph.list",
48
+
"net.anisota.graph.wordlist",
44
49
"net.anisota.observatory.element",
45
50
"net.anisota.observatory.layout",
46
51
"net.anisota.observatory.preset",
47
52
"net.anisota.lab.sigil",
48
53
"net.anisota.lab.synth",
49
54
"net.anisota.lab.inkblot",
50
55
"net.anisota.lab.inkblot.perception",
51
56
"net.anisota.lab.carving",
52
57
"net.anisota.lab.petri",
58
+
"net.anisota.lab.plasmodium",
53
59
"net.anisota.lab.poetry",
54
60
"net.anisota.lab.redaction"
55
61
]
56
62
}
57
63
]
58
64
}
59
65
},
60
66
"$type": "com.atproto.lexicon.schema",
61
67
"lexicon": 1
62
68
}