mirror of
https://github.com/Jackett/Jackett
synced 2025-03-10 06:03:09 +00:00
Update schema.json (#15158)
This commit is contained in:
parent
e421300dae
commit
a4c12b8311
1 changed files with 30 additions and 0 deletions
|
@ -708,8 +708,38 @@
|
|||
},
|
||||
"required": [
|
||||
"seeders",
|
||||
"size",
|
||||
"title"
|
||||
],
|
||||
"oneOf": [
|
||||
{
|
||||
"required": [
|
||||
"category"
|
||||
]
|
||||
},
|
||||
{
|
||||
"required": [
|
||||
"categorydesc"
|
||||
]
|
||||
}
|
||||
],
|
||||
"anyOf": [
|
||||
{
|
||||
"required": [
|
||||
"download"
|
||||
]
|
||||
},
|
||||
{
|
||||
"required": [
|
||||
"infohash"
|
||||
]
|
||||
},
|
||||
{
|
||||
"required": [
|
||||
"magnet"
|
||||
]
|
||||
}
|
||||
],
|
||||
"title": "FieldsBlock"
|
||||
},
|
||||
"DownloadBlock": {
|
||||
|
|
Loading…
Add table
Reference in a new issue