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:
@@ -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"] }
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user