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