social.colibri.beta.permissionCommunity

colibri.social

Schema Diff

+9 -0

From

CID
bafyreibm3oiwsmx...
Indexed At
2026-08-23 12:32 UTC
View this version

To

CID
bafyreidjsk6efdp...
Indexed At
2026-08-23 13:08 UTC
View this version
1 1
{
2 2
  "id": "social.colibri.beta.permissionCommunity",
3 3
  "defs": {
4 4
    "main": {
5 5
      "type": "permission-set",
6 6
      "title": "Manage Colibri communities",
7 7
      "detail": "Create and administer Colibri communities, including their channels, roles, members and moderation.",
8 8
      "permissions": [
9 9
        {
10 10
          "type": "permission",
11 11
          "action": [
12 12
            "read"
13 13
          ],
14 14
          "manage": [
15 15
            "create",
16 16
            "update",
17 17
            "delete"
18 18
          ],
19 19
          "resource": "space",
20 20
          "authority": "*",
21 21
          "spaceType": "social.colibri.beta.community.profile"
22 22
        },
23 23
        {
24 24
          "type": "permission",
25 25
          "action": [
26 26
            "read"
27 27
          ],
28 28
          "manage": [
29 29
            "create",
30 30
            "update",
31 31
            "delete"
32 32
          ],
33 33
          "resource": "space",
34 34
          "authority": "*",
35 35
          "spaceType": "social.colibri.beta.community.configuration"
36 36
        },
37 37
        {
38 38
          "type": "permission",
39 39
          "action": [
40 40
            "read"
41 41
          ],
42 42
          "manage": [
43 43
            "create",
44 44
            "update",
45 45
            "delete"
46 46
          ],
47 47
          "resource": "space",
48 48
          "authority": "*",
49 49
          "spaceType": "social.colibri.beta.community.members"
50 50
        },
51 51
        {
52 52
          "type": "permission",
53 53
          "action": [
54 54
            "read"
55 55
          ],
56 56
          "manage": [
57 57
            "create",
58 58
            "update",
59 59
            "delete"
60 60
          ],
61 61
          "resource": "space",
62 62
          "authority": "*",
63 63
          "spaceType": "social.colibri.beta.community.moderation"
64 64
        },
65 65
        {
66 66
          "type": "permission",
67 67
          "action": [
68 68
            "read"
69 69
          ],
70 70
          "manage": [
71 71
            "create",
72 72
            "update",
73 73
            "delete"
74 74
          ],
75 75
          "resource": "space",
76 76
          "authority": "*",
77 77
          "spaceType": "social.colibri.beta.channel.text"
78 78
        },
79 79
        {
80 80
          "type": "permission",
81 81
          "action": [
82 82
            "read"
83 83
          ],
84 84
          "manage": [
85 85
            "create",
86 86
            "update",
87 87
            "delete"
88 88
          ],
89 89
          "resource": "space",
90 90
          "authority": "*",
91 91
          "spaceType": "social.colibri.beta.channel.voice"
92 92
        },
93 93
        {
94 94
          "lxm": [
95 95
            "social.colibri.beta.community.create",
96 96
            "social.colibri.beta.community.update",
97 +
            "social.colibri.beta.community.putImage",
98 +
            "social.colibri.beta.community.deleteImage",
97 99
            "social.colibri.beta.community.delete",
98 100
            "social.colibri.beta.community.migrate",
99 101
            "social.colibri.beta.community.registerCredentials",
100 102
            "social.colibri.beta.community.setMemberRoles",
101 103
            "social.colibri.beta.community.reorderCategories",
102 104
            "social.colibri.beta.community.createInvitation",
103 105
            "social.colibri.beta.community.listInvitations",
104 106
            "social.colibri.beta.community.deleteInvitation",
105 107
            "social.colibri.beta.community.kick",
106 108
            "social.colibri.beta.community.ban",
107 109
            "social.colibri.beta.community.unban",
108 110
            "social.colibri.beta.community.listBans",
109 111
            "social.colibri.beta.community.listApplications",
110 112
            "social.colibri.beta.community.approveApplication",
111 113
            "social.colibri.beta.community.dismissApplication",
112 114
            "social.colibri.beta.community.undismissApplication",
113 115
            "social.colibri.beta.community.listModerationLog",
114 116
            "social.colibri.beta.community.applyLabel",
115 117
            "social.colibri.beta.community.negateLabel",
116 118
            "social.colibri.beta.category.create",
117 119
            "social.colibri.beta.category.update",
118 120
            "social.colibri.beta.category.delete",
119 121
            "social.colibri.beta.channel.create",
120 122
            "social.colibri.beta.channel.update",
121 123
            "social.colibri.beta.channel.delete",
122 124
            "social.colibri.beta.channel.reorder",
123 125
            "social.colibri.beta.role.create",
124 126
            "social.colibri.beta.role.update",
125 127
            "social.colibri.beta.role.delete",
126 128
            "social.colibri.beta.voice.moderate"
127 129
          ],
128 130
          "type": "permission",
129 131
          "resource": "rpc",
130 132
          "inheritAud": true
133 +
        },
134 +
        {
135 +
          "type": "permission",
136 +
          "accept": [
137 +
            "image/*"
138 +
          ],
139 +
          "resource": "blob"
131 140
        }
132 141
      ]
133 142
    }
134 143
  },
135 144
  "$type": "com.atproto.lexicon.schema",
136 145
  "lexicon": 1
137 146
}

Compare Other Versions

Lexicon Garden

@