content, add type to tvdbv4
This commit is contained in:
parent
42f93c610a
commit
d6637bb96d
1 changed files with 10 additions and 2 deletions
|
|
@ -34,9 +34,17 @@
|
||||||
},
|
},
|
||||||
"tvdbv4": {
|
"tvdbv4": {
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"required": [ "id" ],
|
"required": [ "id", "type" ],
|
||||||
"properties": {
|
"properties": {
|
||||||
"id": { "type": "integer" }
|
"id": { "type": "integer" },
|
||||||
|
"type": {
|
||||||
|
"type": "string",
|
||||||
|
"knownValues": [
|
||||||
|
"series",
|
||||||
|
"season",
|
||||||
|
"movie"
|
||||||
|
]
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue