page.cavu.authReader
Schema Diff
+2 -1
1
1
{
2
2
"id": "page.cavu.authReader",
3
3
"defs": {
4
4
"main": {
5
5
"type": "permission-set",
6
6
"title": "Cavu Reader",
7
7
"detail": "Save your reading positions and highlights to your account.",
8
8
"permissions": [
9
9
{
10
10
"type": "permission",
11
11
"action": [
12
12
"create",
13
-
"update"
13
+
"update",
14
+
"delete"
14
15
],
15
16
"resource": "repo",
16
17
"collection": [
17
18
"page.cavu.progress"
18
19
]
19
20
},
20
21
{
21
22
"type": "permission",
22
23
"action": [
23
24
"create",
24
25
"update",
25
26
"delete"
26
27
],
27
28
"resource": "repo",
28
29
"collection": [
29
30
"page.cavu.highlight"
30
31
]
31
32
}
32
33
]
33
34
}
34
35
},
35
36
"$type": "com.atproto.lexicon.schema",
36
37
"lexicon": 1
37
38
}