Add creativeCommons and download to Paroles collection
This commit is contained in:
@@ -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"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user