mirror of
https://github.com/Jackett/Jackett
synced 2025-03-13 07:33:12 +00:00
Update schema.json
This commit is contained in:
parent
c8ae183d68
commit
2168244963
1 changed files with 3 additions and 3 deletions
|
@ -176,7 +176,7 @@
|
||||||
"uniqueItems": true,
|
"uniqueItems": true,
|
||||||
"items": {
|
"items": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"enum": ["q", "season", "ep", "imdbid", "tvdbid", "tmdbid"]
|
"enum": ["q", "season", "ep", "imdbid", "tvdbid", "tmdbid", "tvmazeid", "traktid"]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"movie-search": {
|
"movie-search": {
|
||||||
|
@ -184,7 +184,7 @@
|
||||||
"uniqueItems": true,
|
"uniqueItems": true,
|
||||||
"items": {
|
"items": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"enum": ["q", "imdbid", "tmdbid"]
|
"enum": ["q", "imdbid", "tmdbid", "traktid", "doubanid"]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"music-search": {
|
"music-search": {
|
||||||
|
@ -192,7 +192,7 @@
|
||||||
"uniqueItems": true,
|
"uniqueItems": true,
|
||||||
"items": {
|
"items": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"enum": ["q", "album", "artist"]
|
"enum": ["q", "album", "artist", "label", "year"]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"book-search": {
|
"book-search": {
|
||||||
|
|
Loading…
Add table
Reference in a new issue