2020-12-06 22:13:45 +01:00
|
|
|
{
|
|
|
|
|
"collectionName": "components_store_stores",
|
|
|
|
|
"info": {
|
|
|
|
|
"name": "Album",
|
|
|
|
|
"icon": "music",
|
|
|
|
|
"description": ""
|
|
|
|
|
},
|
|
|
|
|
"options": {},
|
|
|
|
|
"attributes": {
|
|
|
|
|
"lien": {
|
|
|
|
|
"type": "string",
|
|
|
|
|
"required": true
|
|
|
|
|
},
|
|
|
|
|
"store": {
|
|
|
|
|
"type": "enumeration",
|
|
|
|
|
"enum": [
|
2020-12-15 21:16:38 +01:00
|
|
|
"Tidal",
|
|
|
|
|
"Spotify",
|
|
|
|
|
"Deezer",
|
|
|
|
|
"Qobuz",
|
|
|
|
|
"Youtubemusic",
|
|
|
|
|
"Applemusic",
|
|
|
|
|
"Amazon"
|
2020-12-06 22:13:45 +01:00
|
|
|
],
|
|
|
|
|
"required": true
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|