Add creativeCommons and download to Paroles collection

This commit is contained in:
2024-04-14 07:36:11 +04:00
parent 204e2253f2
commit 304d095ed2
2 changed files with 26 additions and 0 deletions
@@ -96,6 +96,28 @@
},
"musicBrainzUrl": {
"type": "string"
},
"creativeCommons": {
"type": "enumeration",
"enum": [
"BY",
"BY-SA",
"BY-ND",
"BY-NC",
"BY-NC-SA",
"BY-NC-ND"
]
},
"download": {
"type": "media",
"multiple": true,
"required": false,
"allowedTypes": [
"audios",
"images",
"videos",
"files"
]
}
}
}