First letter uppercase for store & liens

This commit is contained in:
2020-12-15 21:16:38 +01:00
parent 6c1745e8b1
commit dfc7bf664c
2 changed files with 13 additions and 15 deletions
+7 -8
View File
@@ -14,14 +14,13 @@
"store": {
"type": "enumeration",
"enum": [
"tidal",
"spotify",
"deezer",
"qobuz",
"youtube",
"apple",
"amazon",
"autre"
"Tidal",
"Spotify",
"Deezer",
"Qobuz",
"Youtubemusic",
"Applemusic",
"Amazon"
],
"required": true
}