com.atiproto.authGeneral
Schema Diff
+2 -2
1
1
{
2
2
"id": "com.atiproto.authGeneral",
3
3
"defs": {
4
4
"main": {
5
5
"type": "permission-set",
6
6
"title": "General Access",
7
7
"detail": "Write access to cart, subscription, and tip records, plus RPC access to payment, feed, and public profile lookup endpoints.",
8
8
"permissions": [
9
9
{
10
10
"type": "permission",
11
11
"resource": "repo",
12
12
"collection": [
13
13
"com.atiproto.cart",
14
14
"com.atiproto.subscription",
15
15
"com.atiproto.tip"
16
16
]
17
17
},
18
18
{
19
-
"aud": "*",
20
19
"lxm": [
21
20
"com.atiproto.account.cart.clone",
22
21
"com.atiproto.account.cart.create",
23
22
"com.atiproto.account.cart.get",
24
23
"com.atiproto.account.cart.list",
25
24
"com.atiproto.account.cart.put",
26
25
"com.atiproto.account.subscription.get",
27
26
"com.atiproto.account.subscription.list",
28
27
"com.atiproto.account.subscription.validate",
29
28
"com.atiproto.account.tip.get",
30
29
"com.atiproto.account.tip.list",
31
30
"com.atiproto.account.tip.validate",
32
31
"com.atiproto.feed.list",
33
32
"com.atiproto.feed.subscription.cancel",
34
33
"com.atiproto.feed.subscription.create",
35
34
"com.atiproto.feed.subscription.get",
36
35
"com.atiproto.feed.subscription.list",
37
36
"com.atiproto.feed.subscription.put",
38
37
"com.atiproto.feed.subscription.validate",
39
38
"com.atiproto.feed.tip.create",
40
39
"com.atiproto.feed.tip.get",
41
40
"com.atiproto.feed.tip.list",
42
41
"com.atiproto.feed.tip.put",
43
42
"com.atiproto.feed.tip.validate",
44
43
"com.atiproto.repo.profile.get",
45
44
"com.atiproto.repo.subscription.count",
46
45
"com.atiproto.repo.tip.count"
47
46
],
48
47
"type": "permission",
49
-
"resource": "rpc"
48
+
"resource": "rpc",
49
+
"inheritAud": true
50
50
}
51
51
]
52
52
}
53
53
},
54
54
"$type": "com.atproto.lexicon.schema",
55
55
"lexicon": 1
56
56
}