app.bulleted.spaceAccess
Schema Diff
+1 -14
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, write your own bullets in them, and create, rename and delete the spaces you own.",
7
+
"detail": "Read the outlines shared in your Bulleted spaces, and write your own bullets in them.",
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"
41
28
}
42
29
]
43
30
}
44
31
},
45
32
"$type": "com.atproto.lexicon.schema",
46
33
"lexicon": 1
47
34
}