{ "$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-translations-response-schema.json", "title": "TvEpisodeTranslationsResponse", "description": "TMDB TV Series \u2014 Translations (200 payload).", "type": "object", "properties": { "id": { "type": "integer", "examples": [ 63056 ], "default": 0 }, "translations": { "type": "array", "items": { "type": "object", "properties": { "iso_3166_1": { "type": "string", "examples": [ "SA" ] }, "iso_639_1": { "type": "string", "examples": [ "ar" ] }, "name": { "type": "string", "examples": [ "\u0627\u0644\u0639\u0631\u0628\u064a\u0629" ] }, "english_name": { "type": "string", "examples": [ "Arabic" ] }, "data": { "type": "object", "properties": { "name": { "type": "string", "examples": [ "" ] }, "overview": { "type": "string", "examples": [ "\u062e\u0644\u0641 \u0628\u0627\u0628 \u0648\u0627\u0633\u0639 \u0645\u0646 \u0627\u0644\u062c\u0644\u064a\u062f \u0641\u064a \u0634\u0645\u0627\u0644\u064a \u0648\u0633\u062a\u064a\u0631\u0648\u0633 \u0647\u0646\u0627\u0643 \u0634\u064a\u0621 \u064a\u062d\u062f\u062b. \u062a\u062a\u0644\u0642\u0649 \u0639\u0627\u0626\u0644\u0629 \u0633\u062a\u0627\u0631\u0643 \u0627\u0644\u062a\u064a \u0645\u0646 \u0648\u064a\u0646\u062a\u0631\u0641\u064a\u0644 \u0632\u064a\u0627\u0631\u0629 \u0645\u0646 \u0627\u0644\u0639\u0627\u0626\u0644\u0629 \u0627\u0644\u0645\u0627\u0644\u0643\u0629\u060c \u0628\u064a\u0646\u0645\u0627 \u064a\u0634\u0643\u0644 \u0623\u0645\u064a\u0631 \u0639\u0627\u0626\u0644\u0629 \u062a\u0627\u0631\u063a\u0627\u0631\u064a\u0646 \u0627\u0644\u0645\u0646\u0641\u064a \u062a\u062d\u0627\u0644\u0641\u0627\u064b \u062c\u062f\u064a\u062f\u0627\u064b \u0644\u0644\u0633\u064a\u0637\u0631\u0629 \u0639\u0644\u0649 \u0627\u0644\u0639\u0631\u0634 \u0645\u0646 \u062c\u062f\u064a\u062f." ] } } } } } } } }