social.nstar.authFull
Schema Diff
+1 -2
1
1
{
2
2
"id": "social.nstar.authFull",
3
3
"defs": {
4
4
"main": {
5
5
"type": "permission-set",
6
6
"title": "Full NorthStar Social App Permissions",
7
7
"detail": "Manage all NorthStar Social-specific features and data.",
8
8
"title:lang": {},
9
9
"detail:lang": {},
10
10
"permissions": [
11
11
{
12
-
"aud": "*",
13
12
"lxm": [
14
13
"social.nstar.epds.repo.getStatus"
15
14
],
16
15
"type": "permission",
17
16
"resource": "rpc",
18
-
"inheritAud": false
17
+
"inheritAud": true
19
18
},
20
19
{
21
20
"type": "permission",
22
21
"action": [
23
22
"create",
24
23
"update",
25
24
"delete"
26
25
],
27
26
"resource": "repo",
28
27
"collection": [
29
28
"social.nstar.actor.declaration"
30
29
]
31
30
}
32
31
]
33
32
}
34
33
},
35
34
"$type": "com.atproto.lexicon.schema",
36
35
"lexicon": 1
37
36
}