{
"id": "fyi.atstore.authThirdPartyReviews",
"defs": {
"main": {
"type": "permission-set",
"title": "Submit AT Store reviews",
"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.",
"permissions": [
{
"type": "permission",
"action": [
"create"
],
"resource": "repo",
"collection": [
"fyi.atstore.profile"
]
},
{
"type": "permission",
"action": [
"create"
],
"resource": "repo",
"collection": [
"fyi.atstore.listing.review"
]
}
]
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1,
"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."
}