{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/tmdb/refs/heads/main/json-structure/tmdb-api-genre-tv-list-response-structure.json", "name": "GenreTvListResponse", "description": "TMDB Genres \u2014 TV List (200 payload).", "type": "object", "properties": { "genres": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "int32", "examples": [ 10759 ], "default": 0 }, "name": { "type": "string", "examples": [ "Action & Adventure" ] } } } } } }