com.getorbyt.authFullApp

getorbyt.com

Schema Diff

+16 -1

From

CID
bafyreibqwohrk4h...
Indexed At
2026-09-01 05:23 UTC
View this version

To

CID
bafyreifsx6twnkt...
Indexed At
2026-09-22 00:37 UTC
View this version
1 1
{
2 2
  "id": "com.getorbyt.authFullApp",
3 3
  "defs": {
4 4
    "main": {
5 5
      "type": "permission-set",
6 6
      "title": "Full Orbyt functionality",
7 7
      "detail": "Create and manage your Orbyt profile, Communities, memberships, posts, and interactions.",
8 8
      "permissions": [
9 9
        {
10 10
          "type": "permission",
11 11
          "action": [
12 12
            "create",
13 13
            "update"
14 14
          ],
15 15
          "resource": "repo",
16 16
          "collection": [
17 17
            "com.getorbyt.profile"
18 18
          ]
19 19
        },
20 20
        {
21 21
          "type": "permission",
22 22
          "action": [
23 23
            "create",
24 24
            "update",
25 25
            "delete"
26 26
          ],
27 27
          "resource": "repo",
28 28
          "collection": [
29 29
            "com.getorbyt.community.declaration",
30 30
            "com.getorbyt.community.membership",
31 31
            "com.getorbyt.community.post"
32 32
          ]
33 33
        },
34 34
        {
35 35
          "lxm": [
36 36
            "com.getorbyt.video.recordLoop",
37 37
            "com.getorbyt.community.checkName",
38 38
            "com.getorbyt.community.getCommunity",
39 39
            "com.getorbyt.community.getFeed",
40 40
            "com.getorbyt.community.getWriteStatus",
41 +
            "com.getorbyt.community.requestSync",
41 42
            "com.getorbyt.community.listCommunities",
42 43
            "com.getorbyt.community.listMembers",
43 44
            "com.getorbyt.community.listMyCommunities",
45 +
            "com.getorbyt.community.updatePublication",
46 +
            "com.getorbyt.community.beginDeletion",
47 +
            "com.getorbyt.community.cancelDeletion",
48 +
            "com.getorbyt.community.manageTransfer",
49 +
            "com.getorbyt.community.listTransfers",
50 +
            "com.getorbyt.community.createReport",
51 +
            "com.getorbyt.community.listModerationQueue",
52 +
            "com.getorbyt.community.resolveReport",
53 +
            "com.getorbyt.community.createAppeal",
54 +
            "com.getorbyt.community.resolveAppeal",
55 +
            "com.getorbyt.community.listAuditLog",
44 56
            "com.getorbyt.community.manageMember",
45 -
            "com.getorbyt.community.moderatePost"
57 +
            "com.getorbyt.community.moderatePost",
58 +
            "com.getorbyt.notification.registerPush",
59 +
            "com.getorbyt.notification.getPushStatus",
60 +
            "com.getorbyt.notification.unregisterPush"
46 61
          ],
47 62
          "type": "permission",
48 63
          "resource": "rpc",
49 64
          "inheritAud": true
50 65
        }
51 66
      ]
52 67
    }
53 68
  },
54 69
  "$type": "com.atproto.lexicon.schema",
55 70
  "lexicon": 1
56 71
}

Compare Other Versions

Lexicon Garden

@