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

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