dev.cartridge.authActor
Schema Diff
+2 -2
1
1
{
2
2
"id": "dev.cartridge.authActor",
3
3
"defs": {
4
4
"main": {
5
5
"type": "permission-set",
6
-
"title": "Actor",
7
-
"detail": "Access Cartridge actor profile with roles.",
6
+
"title": "Cartridge Profiles",
7
+
"detail": "Retrieve Cartridge-specific profiles.",
8
8
"permissions": [
9
9
{
10
10
"lxm": [
11
11
"dev.cartridge.actor.getProfile"
12
12
],
13
13
"type": "permission",
14
14
"resource": "rpc",
15
15
"inheritAud": true
16
16
}
17
17
]
18
18
}
19
19
},
20
20
"$type": "com.atproto.lexicon.schema",
21
21
"lexicon": 1
22
22
}