29 lines
467 B
JSON
29 lines
467 B
JSON
{
|
|
"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
|
|
}
|
|
}
|
|
}
|