blog.pckt.authFull
Schema Diff
+6 -3
1
1
{
2
2
"id": "blog.pckt.authFull",
3
3
"defs": {
4
4
"main": {
5
5
"type": "permission-set",
6
-
"title": "Full pckt.blog Access",
7
-
"detail": "Provides full access to all pckt.blog features including publication and document references.",
6
+
"title": "pckt.blog",
7
+
"detail": "Manage your publication, documents, galleries, and notes.",
8
8
"permissions": [
9
9
{
10
10
"type": "permission",
11
11
"resource": "repo",
12
12
"collection": [
13
13
"blog.pckt.publication",
14
14
"blog.pckt.document",
15
-
"blog.pckt.gallery"
15
+
"blog.pckt.gallery",
16
+
"blog.pckt.mini.post",
17
+
"blog.pckt.mini.repost",
18
+
"blog.pckt.mini.follow"
16
19
]
17
20
}
18
21
]
19
22
}
20
23
},
21
24
"$type": "com.atproto.lexicon.schema",
22
25
"lexicon": 1
23
26
}