net.botwatch.authBasic
Schema Diff
+1 -1
1
1
{
2
2
"id": "net.botwatch.authBasic",
3
3
"defs": {
4
4
"main": {
5
5
"type": "permission-set",
6
6
"title": "Botwatch Access",
7
-
"detail": "Read/Write your public records of bot suspicions and trust.",
7
+
"detail": "Read/write your bot scores and trust scores.",
8
8
"permissions": [
9
9
{
10
10
"type": "permission",
11
11
"resource": "repo",
12
12
"collection": [
13
13
"net.botwatch.bot",
14
14
"net.botwatch.trust"
15
15
]
16
16
}
17
17
]
18
18
}
19
19
},
20
20
"$type": "com.atproto.lexicon.schema",
21
21
"lexicon": 1
22
22
}