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": "*",
19
20
"lxm": [
20
21
"com.atiproto.account.cart.clone",
21
22
"com.atiproto.account.cart.create",
22
23
"com.atiproto.account.cart.get",
23
24
"com.atiproto.account.cart.list",
24
25
"com.atiproto.account.cart.put",
25
26
"com.atiproto.account.subscription.get",
26
27
"com.atiproto.account.subscription.list",
27
28
"com.atiproto.account.subscription.validate",
28
29
"com.atiproto.account.tip.get",
29
30
"com.atiproto.account.tip.list",
30
31
"com.atiproto.account.tip.validate",
31
32
"com.atiproto.feed.list",
32
33
"com.atiproto.feed.subscription.cancel",
33
34
"com.atiproto.feed.subscription.create",
34
35
"com.atiproto.feed.subscription.get",
35
36
"com.atiproto.feed.subscription.list",
36
37
"com.atiproto.feed.subscription.put",
37
38
"com.atiproto.feed.subscription.validate",
38
39
"com.atiproto.feed.tip.create",
39
40
"com.atiproto.feed.tip.get",
40
41
"com.atiproto.feed.tip.list",
41
42
"com.atiproto.feed.tip.put",
42
43
"com.atiproto.feed.tip.validate",
43
44
"com.atiproto.repo.profile.get",
44
45
"com.atiproto.repo.subscription.count",
45
46
"com.atiproto.repo.tip.count"
46
47
],
47
48
"type": "permission",
48
-
"resource": "rpc",
49
-
"inheritAud": true
49
+
"resource": "rpc"
50
50
}
51
51
]
52
52
}
53
53
},
54
54
"$type": "com.atproto.lexicon.schema",
55
55
"lexicon": 1
56
56
}