chore(schema): Remove arrays support for instances

pull/201/head
Robert Dailey 1 year ago
parent f7bfab065d
commit 7cab32d279

@ -5,34 +5,14 @@
"additionalProperties": false,
"properties": {
"sonarr": {
"oneOf": [
{
"type": "array",
"minItems": 1,
"items": {
"$ref": "#/$defs/sonarr_instance"
}
},
{
"type": "object",
"patternProperties": {
"^.*$": {
"$ref": "#/$defs/sonarr_instance"
}
}
}
]
},
"radarr": {
"oneOf": [
{
"type": "array",
"minItems": 1,
"items": {
"$ref": "#/$defs/radarr_instance"
}
},
{
"type": "object",
"patternProperties": {
"^.*$": {
@ -40,8 +20,6 @@
}
}
}
]
}
},
"$defs": {
"trash_id": {

Loading…
Cancel
Save