Files
bsky-social-app/lexicons/app/bsky/authManageLabelerService.json

22 lines
507 B
JSON

{
"lexicon": 1,
"id": "app.bsky.authManageLabelerService",
"defs": {
"main": {
"type": "permission-set",
"title": "Manage Hosted Labeling Service",
"title:lang": {},
"detail": "Configure labeler declaration records.",
"detail:lang": {},
"permissions": [
{
"type": "permission",
"resource": "repo",
"action": ["create", "update", "delete"],
"collection": ["app.bsky.labeler.service"]
}
]
}
}
}