Files
api.pawol.nu/components/store/store.json
T

30 lines
493 B
JSON
Raw Normal View History

2020-12-06 22:13:45 +01:00
{
"collectionName": "components_store_stores",
"info": {
"name": "Album",
"icon": "music",
"description": ""
},
"options": {},
"attributes": {
2020-12-18 19:22:45 +01:00
"url": {
2020-12-06 22:13:45 +01:00
"type": "string",
"required": true
},
2020-12-18 19:22:45 +01:00
"boutik": {
2020-12-06 22:13:45 +01:00
"type": "enumeration",
"enum": [
2020-12-15 21:16:38 +01:00
"Tidal",
"Spotify",
"Deezer",
"Qobuz",
"Youtubemusic",
"Applemusic",
2021-06-17 23:09:06 +02:00
"Amazon",
"Soundcloud"
2020-12-06 22:13:45 +01:00
],
"required": true
}
}
}