net.anisota.authFullApp
Schema Diff
+1 -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",
33
34
"net.anisota.chronicle.expedition",
34
35
"net.anisota.chronicle.expedition.camp",
35
36
"net.anisota.chronicle.progress",
36
37
"net.anisota.harvest.minigame",
37
38
"net.anisota.player.state",
38
39
"net.anisota.spell.custom",
39
40
"net.anisota.spell.book",
40
41
"net.anisota.settings",
41
42
"net.anisota.graph.mute",
42
43
"net.anisota.graph.listMute",
43
44
"net.anisota.graph.list",
44
45
"net.anisota.observatory.element",
45
46
"net.anisota.observatory.layout",
46
47
"net.anisota.observatory.preset",
47
48
"net.anisota.lab.sigil",
48
49
"net.anisota.lab.synth",
49
50
"net.anisota.lab.inkblot",
50
51
"net.anisota.lab.inkblot.perception",
51
52
"net.anisota.lab.carving",
52
53
"net.anisota.lab.petri",
53
54
"net.anisota.lab.poetry",
54
55
"net.anisota.lab.redaction"
55
56
]
56
57
}
57
58
]
58
59
}
59
60
},
60
61
"$type": "com.atproto.lexicon.schema",
61
62
"lexicon": 1
62
63
}