at.margin.authFull
Schema Diff
+1 -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
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",
21
18
"at.margin.note",
22
-
"community.lexicon.bookmarks.bookmark",
23
19
"at.margin.reply",
24
20
"at.margin.like",
25
21
"at.margin.collection",
26
22
"at.margin.collectionItem",
27
23
"at.margin.profile",
24
+
"at.margin.readingRoom",
28
25
"at.margin.apikey",
29
26
"at.margin.preferences"
30
27
]
31
28
}
32
29
],
33
30
"title:langs": {},
34
31
"detail:langs": {}
35
32
}
36
33
},
37
34
"$type": "com.atproto.lexicon.schema",
38
35
"lexicon": 1
39
36
}