{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/tmdb/refs/heads/main/json-schema/tmdb-api-movie-external-ids-response-schema.json", "title": "MovieExternalIdsResponse", "description": "TMDB Movies \u2014 External IDs (200 payload).", "type": "object", "properties": { "id": { "type": "integer", "examples": [ 550 ], "default": 0 }, "imdb_id": { "type": "string", "examples": [ "tt0137523" ] }, "wikidata_id": {}, "facebook_id": { "type": "string", "examples": [ "FightClub" ] }, "instagram_id": {}, "twitter_id": {} } }