chore(schema): Use string for quality_definition types

Using JSON data now instead of enumerations in code. There's no finite
set anymore.
pull/124/head
Robert Dailey 2 years ago
parent 566fcf9db9
commit 500a20e885

@ -26,7 +26,7 @@
"description": "The API key from Sonarr."
},
"quality_definition": {
"enum": ["hybrid", "anime", "series"]
"type": "string"
},
"release_profiles": {
"type": "array",
@ -105,8 +105,7 @@
"required": ["type"],
"properties": {
"type": {
"type": "string",
"enum": ["movie"]
"type": "string"
},
"preferred_ratio": {
"type": "number",

Loading…
Cancel
Save