rsvp.atmo.permissionSet

atmo.rsvp

Schema Diff

+17 -2

From

CID
bafyreidu4swvk6k...
Indexed At
2026-04-14 17:40 UTC
View this version

To

CID
bafyreicwj54qbe5...
Indexed At
2026-04-14 17:48 UTC
View this version
1 1
{
2 2
  "id": "rsvp.atmo.permissionSet",
3 3
  "defs": {
4 4
    "main": {
5 5
      "type": "permission-set",
6 -
      "title": "rsvp.atmo",
7 -
      "description": "All XRPC methods exposed by the rsvp.atmo service.",
6 +
      "title": "Atmo Events",
7 +
      "description": "Read/write calendar events and RSVPs, manage your private events.",
8 8
      "permissions": [
9 9
        {
10 10
          "lxm": [
11 11
            "rsvp.atmo.event.getRecord",
12 12
            "rsvp.atmo.event.listRecords",
13 13
            "rsvp.atmo.getCursor",
14 14
            "rsvp.atmo.getOverview",
15 15
            "rsvp.atmo.getProfile",
16 16
            "rsvp.atmo.notifyOfUpdate",
17 17
            "rsvp.atmo.rsvp.getRecord",
18 18
            "rsvp.atmo.rsvp.listRecords",
19 19
            "rsvp.atmo.space.admin.addMember",
20 20
            "rsvp.atmo.space.admin.createSpace",
21 21
            "rsvp.atmo.space.admin.removeMember",
22 22
            "rsvp.atmo.space.deleteRecord",
23 23
            "rsvp.atmo.space.getRecord",
24 24
            "rsvp.atmo.space.getSpace",
25 25
            "rsvp.atmo.space.invite.create",
26 26
            "rsvp.atmo.space.invite.list",
27 27
            "rsvp.atmo.space.invite.redeem",
28 28
            "rsvp.atmo.space.invite.revoke",
29 29
            "rsvp.atmo.space.listMembers",
30 30
            "rsvp.atmo.space.listRecords",
31 31
            "rsvp.atmo.space.listSpaces",
32 32
            "rsvp.atmo.space.putRecord"
33 33
          ],
34 34
          "type": "permission",
35 35
          "resource": "rpc",
36 36
          "inheritAud": true
37 +
        },
38 +
        {
39 +
          "type": "permission",
40 +
          "resource": "repo",
41 +
          "collection": [
42 +
            "community.lexicon.calendar.event",
43 +
            "community.lexicon.calendar.rsvp"
44 +
          ]
45 +
        },
46 +
        {
47 +
          "type": "permission",
48 +
          "accept": [
49 +
            "image/*"
50 +
          ],
51 +
          "resource": "blob"
37 52
        }
38 53
      ]
39 54
    }
40 55
  },
41 56
  "$type": "com.atproto.lexicon.schema",
42 57
  "lexicon": 1
43 58
}

Compare Other Versions

Lexicon Garden

@