blue.rito.permissionSet

rito.blue

Schema Diff

+23 -2

From

CID
bafyreicic55z3al...
Indexed At
2026-02-18 18:42 UTC
View this version

To

CID
bafyreihqgbrbzsm...
Indexed At
2026-08-21 11:53 UTC
View this version
1 1
{
2 2
  "id": "blue.rito.permissionSet",
3 3
  "defs": {
4 4
    "main": {
5 5
      "type": "permission-set",
6 6
      "title": "Rito",
7 -
      "detail": "Bookmark and Schema",
7 +
      "detail": "Bookmark, Schema, and Private Bookmark Space",
8 8
      "title:lang": {
9 9
        "ja-JP": "リト"
10 10
      },
11 11
      "detail:lang": {
12 -
        "ja-JP": "ブックマークとスキーマ"
12 +
        "ja-JP": "ブックマーク、スキーマ、プライベートブックマーク"
13 13
      },
14 14
      "permissions": [
15 15
        {
16 16
          "type": "permission",
17 17
          "resource": "repo",
18 18
          "collection": [
19 19
            "blue.rito.feed.bookmark",
20 20
            "blue.rito.feed.like",
21 21
            "blue.rito.service.schema"
22 22
          ]
23 23
        },
24 24
        {
25 25
          "aud": "*",
26 26
          "lxm": [
27 27
            "blue.rito.preference.getPreference",
28 28
            "blue.rito.preference.putPreference"
29 29
          ],
30 30
          "type": "permission",
31 31
          "resource": "rpc"
32 +
        },
33 +
        {
34 +
          "skey": "self",
35 +
          "type": "permission",
36 +
          "action": [
37 +
            "read",
38 +
            "create",
39 +
            "update",
40 +
            "delete"
41 +
          ],
42 +
          "manage": [
43 +
            "create",
44 +
            "update",
45 +
            "delete"
46 +
          ],
47 +
          "resource": "space",
48 +
          "authority": "*",
49 +
          "spaceType": "blue.rito.space.bookmark",
50 +
          "collection": [
51 +
            "blue.rito.private.feed.bookmark"
52 +
          ]
32 53
        }
33 54
      ]
34 55
    }
35 56
  },
36 57
  "$type": "com.atproto.lexicon.schema",
37 58
  "lexicon": 1
38 59
}

Compare Other Versions

Lexicon Garden

@