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