sh.diffuse.atproto.permissions

toko.spaces-alpha.bsky.network

Schema Diff

+16 -0

From

CID
bafyreibkzf4knnu...
Indexed At
2026-08-21 17:03 UTC
View this version

To

CID
bafyreiaxaamobqd...
Indexed At
2026-08-27 21:28 UTC
View this version
1 1
{
2 2
  "id": "sh.diffuse.atproto.permissions",
3 3
  "defs": {
4 4
    "main": {
5 5
      "type": "permission-set",
6 6
      "title": "Diffuse",
7 7
      "detail": "Store and sync your Diffuse library in a private space",
8 8
      "permissions": [
9 9
        {
10 10
          "skey": "self",
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": "self",
25 25
          "spaceType": "sh.diffuse.atproto.space",
26 26
          "collection": [
27 27
            "sh.diffuse.output.facet",
28 28
            "sh.diffuse.output.playlistItemBundle",
29 29
            "sh.diffuse.output.setting",
30 30
            "sh.diffuse.output.trackBundle"
31 31
          ]
32 +
        },
33 +
        {
34 +
          "skey": "self",
35 +
          "type": "permission",
36 +
          "action": [
37 +
            "read",
38 +
            "create",
39 +
            "update",
40 +
            "delete"
41 +
          ],
42 +
          "resource": "space",
43 +
          "authority": "*",
44 +
          "spaceType": "sh.diffuse.atproto.space",
45 +
          "collection": [
46 +
            "*"
47 +
          ]
32 48
        }
33 49
      ]
34 50
    }
35 51
  },
36 52
  "$type": "com.atproto.lexicon.schema",
37 53
  "lexicon": 1
38 54
}

Compare Other Versions

Lexicon Garden

@