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
1 changed files with 30 additions and 0 deletions

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": {