social.nstar.authFull
Schema Diff
+1 -0
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": "*",
12
13
"lxm": [
13
14
"social.nstar.epds.repo.getStatus"
14
15
],
15
16
"type": "permission",
16
17
"resource": "rpc",
17
18
"inheritAud": true
18
19
},
19
20
{
20
21
"type": "permission",
21
22
"action": [
22
23
"create",
23
24
"update",
24
25
"delete"
25
26
],
26
27
"resource": "repo",
27
28
"collection": [
28
29
"social.nstar.actor.declaration"
29
30
]
30
31
}
31
32
]
32
33
}
33
34
},
34
35
"$type": "com.atproto.lexicon.schema",
35
36
"lexicon": 1
36
37
}