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": [ "required": [
"seeders", "seeders",
"size",
"title" "title"
], ],
"oneOf": [
{
"required": [
"category"
]
},
{
"required": [
"categorydesc"
]
}
],
"anyOf": [
{
"required": [
"download"
]
},
{
"required": [
"infohash"
]
},
{
"required": [
"magnet"
]
}
],
"title": "FieldsBlock" "title": "FieldsBlock"
}, },
"DownloadBlock": { "DownloadBlock": {