fm.plyr.stg.privateMedia
Schema Diff
+7 -28
1
1
{
2
2
"id": "fm.plyr.stg.privateMedia",
3
3
"defs": {
4
4
"main": {
5
-
"type": "permission-set",
6
-
"title": "plyr.fm Private Media",
7
-
"detail": "Access to your private audio — a permissioned space on your PDS that only you (and apps you grant) can read.",
8
-
"permissions": [
9
-
{
10
-
"did": [
11
-
"*"
12
-
],
13
-
"skey": [
14
-
"self"
15
-
],
16
-
"type": "permission",
17
-
"space": [
18
-
"fm.plyr.stg.privateMedia"
19
-
],
20
-
"action": [
21
-
"read",
22
-
"create",
23
-
"update",
24
-
"delete",
25
-
"manage"
26
-
],
27
-
"resource": "space",
28
-
"collection": [
29
-
"fm.plyr.stg.track"
30
-
]
31
-
}
32
-
]
5
+
"key": "any",
6
+
"name": "plyr.fm Private Media",
7
+
"type": "space",
8
+
"collections": [
9
+
"fm.plyr.stg.track"
10
+
],
11
+
"description": "An artist-owned space containing private plyr.fm track records and their audio blobs."
33
12
}
34
13
},
35
14
"$type": "com.atproto.lexicon.schema",
36
15
"lexicon": 1
37
16
}