fyi.atstore.authThirdPartyReviews
Schema Diff
+1 -1
1
1
{
2
2
"id": "fyi.atstore.authThirdPartyReviews",
3
3
"defs": {
4
4
"main": {
5
5
"type": "permission-set",
6
6
"title": "Submit AT Store reviews",
7
-
"detail": "Create fyi.atstore.profile/self when needed and fyi.atstore.listing.review records on the user's PDS via repository APIs; read public directory data via XRPC queries.",
7
+
"detail": "Create reviews on AT Store listings",
8
8
"permissions": [
9
9
{
10
10
"type": "permission",
11
11
"action": [
12
12
"create"
13
13
],
14
14
"resource": "repo",
15
15
"collection": [
16
16
"fyi.atstore.profile"
17
17
]
18
18
},
19
19
{
20
20
"type": "permission",
21
21
"action": [
22
22
"create"
23
23
],
24
24
"resource": "repo",
25
25
"collection": [
26
26
"fyi.atstore.listing.review"
27
27
]
28
28
}
29
29
]
30
30
}
31
31
},
32
32
"$type": "com.atproto.lexicon.schema",
33
33
"lexicon": 1,
34
34
"description": "OAuth permission bundle for third-party apps that publish AT Store profile self plus listing reviews on the user's repo; reads use public directory XRPC."
35
35
}