No description available.
View raw schema
{
"type": "permission-set",
"title": "plyr.fm Private Media",
"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.",
"permissions": [
{
"skey": "self",
"type": "permission",
"action": [
"read",
"create",
"update",
"delete"
],
"manage": [
"create",
"update",
"delete"
],
"resource": "space",
"authority": "self",
"spaceType": "fm.plyr.stg.privateMedia",
"collection": [
"fm.plyr.stg.track"
]
},
{
"skey": "self",
"type": "permission",
"action": [
"read"
],
"resource": "space",
"authority": "*",
"spaceType": "fm.plyr.stg.privateMedia",
"collection": [
"fm.plyr.stg.track"
]
}
]
}