2025-05-01 15:48:13 -07:00
|
|
|
{
|
|
|
|
|
"lexicon": 1,
|
|
|
|
|
"id": "my.spoor.content.external",
|
|
|
|
|
"defs": {
|
|
|
|
|
"main": {
|
2025-05-07 16:20:28 -07:00
|
|
|
"type": "record",
|
2025-05-01 15:48:13 -07:00
|
|
|
"key": "nsid",
|
2025-05-07 16:20:28 -07:00
|
|
|
"record": {
|
|
|
|
|
"type": "object",
|
2025-05-08 15:25:20 -07:00
|
|
|
"required": [ "queryable" ],
|
2025-05-07 16:20:28 -07:00
|
|
|
"properties": {
|
2025-05-08 15:25:20 -07:00
|
|
|
"queryable": {
|
|
|
|
|
"type": "union",
|
|
|
|
|
"description": "All the data needed to query the content from the source",
|
|
|
|
|
"refs": [
|
|
|
|
|
"#tvdbv4"
|
|
|
|
|
]
|
|
|
|
|
},
|
2025-05-07 16:25:07 -07:00
|
|
|
"titles": {
|
|
|
|
|
"type": "array",
|
|
|
|
|
"minLength": 1,
|
|
|
|
|
"items": {
|
|
|
|
|
"type": "ref",
|
2025-05-08 14:25:29 -07:00
|
|
|
"ref": "my.spoor.content.title"
|
2025-05-07 16:25:07 -07:00
|
|
|
}
|
|
|
|
|
},
|
2025-05-07 16:20:28 -07:00
|
|
|
"overrides": {
|
2025-05-08 15:25:20 -07:00
|
|
|
"type": "object",
|
2025-05-07 16:20:28 -07:00
|
|
|
"description": "User defined overrides for the returned content",
|
2025-05-08 15:25:20 -07:00
|
|
|
"properties": {}
|
2025-05-07 16:20:28 -07:00
|
|
|
}
|
2025-05-01 15:48:13 -07:00
|
|
|
}
|
|
|
|
|
}
|
2025-05-08 15:25:20 -07:00
|
|
|
},
|
|
|
|
|
"tvdbv4": {
|
|
|
|
|
"type": "object",
|
2025-05-08 16:31:06 -07:00
|
|
|
"required": [ "id", "type" ],
|
2025-05-08 15:25:20 -07:00
|
|
|
"properties": {
|
2025-05-08 16:31:06 -07:00
|
|
|
"id": { "type": "integer" },
|
|
|
|
|
"type": {
|
|
|
|
|
"type": "string",
|
|
|
|
|
"knownValues": [
|
|
|
|
|
"series",
|
|
|
|
|
"season",
|
|
|
|
|
"movie"
|
|
|
|
|
]
|
|
|
|
|
}
|
2025-05-08 15:25:20 -07:00
|
|
|
}
|
2025-05-01 15:48:13 -07:00
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|