app.bulleted.spaceAccess
Schema Diff
+14 -1
1
1
{
2
2
"id": "app.bulleted.spaceAccess",
3
3
"defs": {
4
4
"main": {
5
5
"type": "permission-set",
6
6
"title": "Bulleted spaces",
7
-
"detail": "Read the outlines shared in your Bulleted spaces, and write your own bullets in them.",
7
+
"detail": "Read the outlines shared in your Bulleted spaces, write your own bullets in them, and create, rename and delete the spaces you own.",
8
8
"permissions": [
9
9
{
10
10
"type": "permission",
11
11
"action": [
12
12
"read",
13
13
"create",
14
14
"update",
15
15
"delete"
16
16
],
17
17
"resource": "space",
18
18
"authority": "*",
19
19
"spaceType": "app.bulleted.space",
20
20
"collection": [
21
21
"app.bulleted.node",
22
22
"app.bulleted.note",
23
23
"app.bulleted.outline",
24
24
"app.bulleted.mirror",
25
25
"app.bulleted.comment",
26
26
"app.bulleted.commentPolicy"
27
27
]
28
+
},
29
+
{
30
+
"type": "permission",
31
+
"action": [
32
+
"read_self"
33
+
],
34
+
"manage": [
35
+
"create",
36
+
"update",
37
+
"delete"
38
+
],
39
+
"resource": "space",
40
+
"spaceType": "app.bulleted.space"
28
41
}
29
42
]
30
43
}
31
44
},
32
45
"$type": "com.atproto.lexicon.schema",
33
46
"lexicon": 1
34
47
}