{ "lexicon": 1, "id": "my.spoor.content.external", "defs": { "main": { "type": "record", "key": "nsid", "record": { "type": "object", "required": [ "queryable" ], "properties": { "queryable": { "type": "union", "description": "All the data needed to query the content from the source", "refs": [ "#tvdbv4" ] }, "titles": { "type": "array", "minLength": 1, "items": { "type": "ref", "ref": "my.spoor.content.title" } }, "overrides": { "type": "object", "description": "User defined overrides for the returned content", "properties": {} } } } }, "tvdbv4": { "type": "object", "required": [ "id" ], "properties": { "id": { "type": "integer" } } } } }