fm.plyr.privateMediaAccess
Schema Diff
+14 -1
1
1
{
2
2
"id": "fm.plyr.privateMediaAccess",
3
3
"defs": {
4
4
"main": {
5
5
"type": "permission-set",
6
6
"title": "plyr.fm Private Media",
7
-
"detail": "Create and manage your private-media space and read or update the track records and audio it contains.",
7
+
"detail": "Create and manage your private-media space, read or update the track records and audio it contains, and play private tracks other artists have shared with you.",
8
8
"permissions": [
9
9
{
10
10
"skey": "self",
11
11
"type": "permission",
12
12
"action": [
13
13
"read",
14
14
"create",
15
15
"update",
16
16
"delete"
17
17
],
18
18
"manage": [
19
19
"create",
20
20
"update",
21
21
"delete"
22
22
],
23
23
"resource": "space",
24
24
"authority": "self",
25
25
"spaceType": "fm.plyr.privateMedia",
26
26
"collection": [
27
27
"fm.plyr.track"
28
28
]
29
+
},
30
+
{
31
+
"skey": "self",
32
+
"type": "permission",
33
+
"action": [
34
+
"read"
35
+
],
36
+
"resource": "space",
37
+
"authority": "*",
38
+
"spaceType": "fm.plyr.privateMedia",
39
+
"collection": [
40
+
"fm.plyr.track"
41
+
]
29
42
}
30
43
]
31
44
}
32
45
},
33
46
"$type": "com.atproto.lexicon.schema",
34
47
"lexicon": 1
35
48
}