{ "$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-add-rating-response-schema.json", "title": "TvEpisodeAddRatingResponse", "description": "TMDB TV Series \u2014 Add Rating (200 payload).", "type": "object", "properties": { "status_code": { "type": "integer", "examples": [ 1 ], "default": 0 }, "status_message": { "type": "string", "examples": [ "Success." ] } } }