at.colocate.permissions
Schema Diff
+2 -1
1
1
{
2
2
"id": "at.colocate.permissions",
3
3
"defs": {
4
4
"main": {
5
5
"type": "permission-set",
6
6
"title": "Bsky Groups",
7
7
"detail": "Create groups and participate in group conversations",
8
8
"permissions": [
9
9
{
10
10
"skey": "*",
11
11
"type": "permission",
12
12
"action": [
13
13
"read",
14
14
"create",
15
15
"update",
16
16
"delete"
17
17
],
18
18
"manage": [
19
19
"create",
20
20
"update",
21
21
"delete"
22
22
],
23
23
"resource": "space",
24
24
"authority": "*",
25
25
"spaceType": "at.colocate.group",
26
26
"collection": [
27
27
"at.colocate.post",
28
28
"at.colocate.comment",
29
29
"at.colocate.reaction",
30
30
"at.colocate.moderation"
31
31
]
32
32
}
33
33
]
34
34
}
35
35
},
36
36
"$type": "com.atproto.lexicon.schema",
37
-
"lexicon": 1
37
+
"lexicon": 1,
38
+
"description": "Permissions for creating groups and participating in group conversations."
38
39
}