blue.atroom.room.permissionSet
Schema Diff
+0 -7
1
1
{
2
2
"id": "blue.atroom.room.permissionSet",
3
3
"defs": {
4
4
"main": {
5
5
"type": "permission-set",
6
6
"title": "atroom",
7
7
"detail": "Create and manage room layouts and 3D objects",
8
8
"detail:lang": {
9
9
"en": "Create and manage room layouts and 3D objects",
10
10
"ja-JP": "ルームレイアウトと3Dオブジェクトの作成・管理"
11
11
},
12
12
"permissions": [
13
13
{
14
14
"type": "permission",
15
15
"resource": "repo",
16
16
"collection": [
17
17
"blue.atroom.room.object",
18
18
"blue.atroom.room.layout"
19
19
]
20
-
},
21
-
{
22
-
"type": "permission",
23
-
"accept": [
24
-
"*"
25
-
],
26
-
"resource": "blob"
27
20
}
28
21
]
29
22
}
30
23
},
31
24
"$type": "com.atproto.lexicon.schema",
32
25
"lexicon": 1
33
26
}