stream.kralsei.permissions
Schema Diff
+4 -5
1
1
{
2
2
"id": "stream.kralsei.permissions",
3
3
"defs": {
4
4
"main": {
5
5
"type": "permission-set",
6
-
"title": "kralsei.stream",
7
-
"detail": "Interactions you make with the characters, etc.",
6
+
"title": "Base kralsei.stream permissions",
7
+
"detail": "Boop characters to end up on the scoreboard!",
8
8
"permissions": [
9
9
{
10
10
"type": "permission",
11
11
"resource": "repo",
12
12
"collection": [
13
-
"stream.kralsei.boop",
14
-
"stream.kralsei.hug"
13
+
"stream.kralsei.score.boop"
15
14
]
16
15
},
17
16
{
18
17
"lxm": [
19
-
"stream.kralsei.pushInteraction"
18
+
"stream.kralsei.score.sendBoop"
20
19
],
21
20
"type": "permission",
22
21
"resource": "rpc",
23
22
"inheritAud": true
24
23
}
25
24
],
26
25
"title:langs": {},
27
26
"detail:langs": {}
28
27
}
29
28
},
30
29
"$type": "com.atproto.lexicon.schema",
31
30
"lexicon": 1
32
31
}