1
0
Fork 0
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:
ilike2burnthing 2024-03-17 16:05:02 +00:00 committed by GitHub
parent e421300dae
commit a4c12b8311
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -708,8 +708,38 @@
},
"required": [
"seeders",
"size",
"title"
],
"oneOf": [
{
"required": [
"category"
]
},
{
"required": [
"categorydesc"
]
}
],
"anyOf": [
{
"required": [
"download"
]
},
{
"required": [
"infohash"
]
},
{
"required": [
"magnet"
]
}
],
"title": "FieldsBlock"
},
"DownloadBlock": {