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