Files
api.pawol.nu/components/store/store.json
T
Cédric FAMIBELLE-PRONZOLA 9df8ba1317 Add Soundcloud to store enum
2021-06-17 23:09:06 +02:00

30 lines
493 B
JSON

{
"collectionName": "components_store_stores",
"info": {
"name": "Album",
"icon": "music",
"description": ""
},
"options": {},
"attributes": {
"url": {
"type": "string",
"required": true
},
"boutik": {
"type": "enumeration",
"enum": [
"Tidal",
"Spotify",
"Deezer",
"Qobuz",
"Youtubemusic",
"Applemusic",
"Amazon",
"Soundcloud"
],
"required": true
}
}
}