mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
Update schema.json (#15158)
This commit is contained in:
@@ -708,8 +708,38 @@
|
|||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
"seeders",
|
"seeders",
|
||||||
|
"size",
|
||||||
"title"
|
"title"
|
||||||
],
|
],
|
||||||
|
"oneOf": [
|
||||||
|
{
|
||||||
|
"required": [
|
||||||
|
"category"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"required": [
|
||||||
|
"categorydesc"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"anyOf": [
|
||||||
|
{
|
||||||
|
"required": [
|
||||||
|
"download"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"required": [
|
||||||
|
"infohash"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"required": [
|
||||||
|
"magnet"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
],
|
||||||
"title": "FieldsBlock"
|
"title": "FieldsBlock"
|
||||||
},
|
},
|
||||||
"DownloadBlock": {
|
"DownloadBlock": {
|
||||||
|
Reference in New Issue
Block a user