at.margin.authFull
Schema Diff
+2 -4
1
1
{
2
2
"id": "at.margin.authFull",
3
3
"defs": {
4
4
"main": {
5
5
"type": "permission-set",
6
6
"title": "Margin",
7
-
"detail": "Full access to Margin features including annotations, highlights, bookmarks, and collections.",
7
+
"detail": "Full access to Margin features including notes, replies, likes, and collections.",
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
-
"at.margin.annotation",
19
-
"at.margin.highlight",
20
-
"at.margin.bookmark",
18
+
"at.margin.note",
21
19
"at.margin.reply",
22
20
"at.margin.like",
23
21
"at.margin.collection",
24
22
"at.margin.collectionItem",
25
23
"at.margin.profile",
26
24
"at.margin.apikey",
27
25
"at.margin.preferences"
28
26
]
29
27
}
30
28
],
31
29
"title:langs": {},
32
30
"detail:langs": {}
33
31
}
34
32
},
35
33
"$type": "com.atproto.lexicon.schema",
36
34
"lexicon": 1
37
35
}