{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/tmdb/refs/heads/main/json-structure/tmdb-api-tv-series-keywords-response-structure.json", "name": "TvSeriesKeywordsResponse", "description": "TMDB TV Series \u2014 Keywords (200 payload).", "type": "object", "properties": { "id": { "type": "int32", "examples": [ 1399 ], "default": 0 }, "results": { "type": "array", "items": { "type": "object", "properties": { "name": { "type": "string", "examples": [ "based on novel or book" ] }, "id": { "type": "int32", "examples": [ 818 ], "default": 0 } } } } } }