{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/tmdb/refs/heads/main/json-schema/tmdb-api-tv-episode-external-ids-response-schema.json", "title": "TvEpisodeExternalIdsResponse", "description": "TMDB TV Series \u2014 External IDs (200 payload).", "type": "object", "properties": { "id": { "type": "integer", "examples": [ 63056 ], "default": 0 }, "imdb_id": { "type": "string", "examples": [ "tt1480055" ] }, "freebase_mid": { "type": "string", "examples": [ "/m/0gmc6ph" ] }, "freebase_id": { "type": "string", "examples": [ "/en/winter_is_coming" ] }, "tvdb_id": { "type": "integer", "examples": [ 3254641 ], "default": 0 }, "tvrage_id": { "type": "integer", "examples": [ 1065008299 ], "default": 0 }, "wikidata_id": { "type": "string", "examples": [ "Q2614622" ] } } }