blog.pckt.authFull
Schema Diff
+2 -2
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, document, and gallery references.",
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
15
"blog.pckt.gallery"
16
16
]
17
17
}
18
18
]
19
19
}
20
20
},
21
21
"$type": "com.atproto.lexicon.schema",
22
22
"lexicon": 1
23
23
}