mirror of
https://github.com/Prowlarr/Indexers.git
synced 2026-02-14 23:19:03 +00:00
update schema.json
schema: require size, one of category/categorydesc, any of download/infohash/magnet Co-authored-by: ilike2burnthing <59480337+ilike2burnthing@users.noreply.github.com>
This commit is contained in:
@@ -666,8 +666,38 @@
|
||||
},
|
||||
"required": [
|
||||
"seeders",
|
||||
"size",
|
||||
"title"
|
||||
],
|
||||
"oneOf": [
|
||||
{
|
||||
"required": [
|
||||
"category"
|
||||
]
|
||||
},
|
||||
{
|
||||
"required": [
|
||||
"categorydesc"
|
||||
]
|
||||
}
|
||||
],
|
||||
"anyOf": [
|
||||
{
|
||||
"required": [
|
||||
"download"
|
||||
]
|
||||
},
|
||||
{
|
||||
"required": [
|
||||
"infohash"
|
||||
]
|
||||
},
|
||||
{
|
||||
"required": [
|
||||
"magnet"
|
||||
]
|
||||
}
|
||||
],
|
||||
"title": "FieldsBlock"
|
||||
},
|
||||
"DownloadBlock": {
|
||||
|
||||
@@ -666,8 +666,38 @@
|
||||
},
|
||||
"required": [
|
||||
"seeders",
|
||||
"size",
|
||||
"title"
|
||||
],
|
||||
"oneOf": [
|
||||
{
|
||||
"required": [
|
||||
"category"
|
||||
]
|
||||
},
|
||||
{
|
||||
"required": [
|
||||
"categorydesc"
|
||||
]
|
||||
}
|
||||
],
|
||||
"anyOf": [
|
||||
{
|
||||
"required": [
|
||||
"download"
|
||||
]
|
||||
},
|
||||
{
|
||||
"required": [
|
||||
"infohash"
|
||||
]
|
||||
},
|
||||
{
|
||||
"required": [
|
||||
"magnet"
|
||||
]
|
||||
}
|
||||
],
|
||||
"title": "FieldsBlock"
|
||||
},
|
||||
"DownloadBlock": {
|
||||
|
||||
@@ -707,8 +707,38 @@
|
||||
},
|
||||
"required": [
|
||||
"seeders",
|
||||
"size",
|
||||
"title"
|
||||
],
|
||||
"oneOf": [
|
||||
{
|
||||
"required": [
|
||||
"category"
|
||||
]
|
||||
},
|
||||
{
|
||||
"required": [
|
||||
"categorydesc"
|
||||
]
|
||||
}
|
||||
],
|
||||
"anyOf": [
|
||||
{
|
||||
"required": [
|
||||
"download"
|
||||
]
|
||||
},
|
||||
{
|
||||
"required": [
|
||||
"infohash"
|
||||
]
|
||||
},
|
||||
{
|
||||
"required": [
|
||||
"magnet"
|
||||
]
|
||||
}
|
||||
],
|
||||
"title": "FieldsBlock"
|
||||
},
|
||||
"DownloadBlock": {
|
||||
|
||||
Reference in New Issue
Block a user