1
0
mirror of https://github.com/Prowlarr/Indexers.git synced 2026-04-28 12:23:37 +01:00

exclude optional for selectorinputs and getselectorinputs for older versions

This commit is contained in:
Servarr
2024-06-27 04:18:06 +03:00
parent e180fd0850
commit 7cf0cd594b
2 changed files with 12 additions and 4 deletions

View File

@@ -313,7 +313,9 @@
"additionalProperties": false,
"patternProperties": {
"^[A-Za-z0-9_]*$": {
"$ref": "#/definitions/SelectorBlock"
"type": "object",
"$ref": "#/definitions/SelectorBlock",
"not": { "required": ["optional"] }
}
}
},
@@ -322,7 +324,9 @@
"additionalProperties": false,
"patternProperties": {
"^[A-Za-z0-9_]*$": {
"$ref": "#/definitions/SelectorBlock"
"type": "object",
"$ref": "#/definitions/SelectorBlock",
"not": { "required": ["optional"] }
}
}
},