app.bulleted.authFull
Schema Diff
+1 -1
1
1
{
2
2
"id": "app.bulleted.authFull",
3
3
"defs": {
4
4
"main": {
5
5
"type": "permission-set",
6
6
"title": "Bulleted",
7
-
"detail": "Read and write your outlines: bullets, notes, outline titles, mirrors, and comments.",
7
+
"detail": "Read and write your outlines, bullets, and notes.",
8
8
"permissions": [
9
9
{
10
10
"type": "permission",
11
11
"resource": "repo",
12
12
"collection": [
13
13
"app.bulleted.node",
14
14
"app.bulleted.note",
15
15
"app.bulleted.outline",
16
16
"app.bulleted.mirror",
17
17
"app.bulleted.comment",
18
18
"app.bulleted.commentPolicy"
19
19
]
20
20
}
21
21
]
22
22
}
23
23
},
24
24
"$type": "com.atproto.lexicon.schema",
25
25
"lexicon": 1
26
26
}