Create awtis & mizik routes & models

This commit is contained in:
2020-12-06 22:13:45 +01:00
parent 3c39285f38
commit b248272d71
13 changed files with 314 additions and 0 deletions
+28
View File
@@ -0,0 +1,28 @@
{
"collectionName": "components_store_stores",
"info": {
"name": "Album",
"icon": "music",
"description": ""
},
"options": {},
"attributes": {
"lien": {
"type": "string",
"required": true
},
"store": {
"type": "enumeration",
"enum": [
"Tidal",
"Spotify",
"Deezer",
"Qobuz",
"PlayStore",
"AppleMusic",
"Autre"
],
"required": true
}
}
}