fm.plyr.stg.authFullApp
Schema Diff
+2 -2
1
1
{
2
2
"id": "fm.plyr.stg.authFullApp",
3
3
"defs": {
4
4
"main": {
5
5
"type": "permission-set",
6
-
"title": "plyr.fm",
7
-
"description": "Upload and manage audio content, playlists, likes, and comments.",
6
+
"title": "Full plyr.fm Access",
7
+
"detail": "Provides full access to all plyr.fm features including uploading and managing tracks, playlists, likes, and comments.",
8
8
"permissions": [
9
9
{
10
10
"type": "permission",
11
11
"action": [
12
12
"create",
13
13
"update",
14
14
"delete"
15
15
],
16
16
"resource": "repo",
17
17
"collection": [
18
18
"fm.plyr.stg.track",
19
19
"fm.plyr.stg.like",
20
20
"fm.plyr.stg.comment",
21
21
"fm.plyr.stg.list",
22
22
"fm.plyr.stg.actor.profile"
23
23
]
24
24
}
25
25
]
26
26
}
27
27
},
28
28
"$type": "com.atproto.lexicon.schema",
29
29
"lexicon": 1
30
30
}