{ "$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-season-translations-response-schema.json", "title": "TvSeasonTranslationsResponse", "description": "TMDB TV Series \u2014 Translations (200 payload).", "type": "object", "properties": { "id": { "type": "integer", "examples": [ 3624 ], "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": [ "\u0633\u0644\u0633\u0644\u0629 \u062f\u0631\u0627\u0645\u064a\u0629 \u0645\u0628\u0646\u064a\u0629 \u0639\u0644\u0649 \u0633\u0644\u0633\u0644\u0629 \u0631\u0648\u0627\u064a\u0627\u062a \u0644\u0640 \u062c\u0648\u0631\u062c \u0622\u0631 \u0622\u0631 \u0645\u0627\u0631\u062a\u0646 \u0628\u0639\u0646\u0648\u0627\u0646 \"\u0625\u064a\u0647 \u0633\u0648\u0646\u063a \u0623\u0648\u0641 \u0622\u064a\u0633 \u0623\u0646 \u0641\u0627\u064a\u0631\" \u0648\u0627\u0644\u062a\u064a \u062d\u0642\u0642\u062a \u0645\u0628\u064a\u0639\u0627\u062a \u0643\u0628\u064a\u0631\u0629 \u0648\u062a\u062a\u0645\u062d\u0648\u0631 \u062d\u0648\u0644 \u0627\u0644\u0635\u0631\u0627\u0639\u0627\u062a \u0627\u0644\u062a\u064a \u0643\u0627\u0646\u062a \u062a\u062d\u062f\u062b \u0641\u064a \u0627\u0644\u0639\u0635\u0648\u0631 \u0627\u0644\u0648\u0633\u0637\u0649 \u0628\u064a\u0646 \u0627\u0644\u0639\u0627\u0626\u0644\u0627\u062a \u0627\u0644\u0646\u0628\u064a\u0644\u0629 \u0644\u0644\u0633\u064a\u0637\u0631\u0629 \u0639\u0644\u0649 \u0639\u0631\u0634 \u0648\u0633\u062a\u064a\u0631\u0648\u0633." ] } } } } } } } }