changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "cast": {
+ "description": "Cast list (if embed_cast=true)",
+ "items": {
+ "properties": {
+ "character_id": {
+ "description": "Character ID",
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "character_name": {
+ "description": "Character name",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "image": {
+ "description": "Actor photo URL",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "person_id": {
+ "description": "Actor ID",
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "person_name": {
+ "description": "Actor name",
+ "type": [
+ "string",
+ "null"
+ ]
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "ended": {
+ "description": "End date (YYYY-MM-DD) or null",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "episodes": {
+ "description": "Full episode list (if embed_episodes=true)",
+ "items": {
+ "properties": {
+ "airdate": {
+ "description": "Air date (YYYY-MM-DD)",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "airtime": {
+ "description": "Air time (HH:MM)",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "id": {
+ "description": "TVMaze episode ID",
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "name": {
+ "description": "Episode title",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "number": {
+ "description": "Episode number in season",
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "rating": {
+ "description": "Episode rating",
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "runtime_min": {
+ "description": "Episode runtime in minutes",
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "season": {
+ "description": "Season number",
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "summary": {
+ "description": "HTML-stripped episode summary",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "tvmaze_url": {
+ "description": "Episode page URL",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "type": {
+ "description": "Episode type",
+ "type": [
+ "string",
+ "null"
+ ]
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "genres": {
+ "description": "Genre tags",
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "id": {
+ "description": "TVMaze show ID",
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "image": {
+ "description": "Show poster image URL",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "imdb_id": {
+ "description": "IMDb ID",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "language": {
+ "description": "Primary language",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "name": {
+ "description": "Show name",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "network": {
+ "description": "Network or web channel name",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "network_country": {
+ "description": "2-letter country code",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "official_site": {
+ "description": "Official website URL",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "premiered": {
+ "description": "Premiere date (YYYY-MM-DD)",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "rating": {
+ "description": "Average rating (0-10)",
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "runtime_min": {
+ "description": "Episode runtime in minutes",
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "seasons": {
+ "description": "Season metadata (if embed_seasons=true)",
+ "items": {
+ "properties": {
+ "end_date": {
+ "description": "Season end date",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "episode_order": {
+ "description": "Episode count in season",
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "id": {
+ "description": "Season ID",
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "network": {
+ "description": "Network name",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "number": {
+ "description": "Season number",
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "premiere_date": {
+ "description": "Season premiere date",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "summary": {
+ "description": "HTML-stripped season summary",
+ "type": [
+ "string",
+ "null"
+ ]
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "status": {
+ "description": "Show status (Running, Ended)",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "summary": {
+ "description": "HTML-stripped show summary",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "tvdb_id": {
+ "description": "TheTVDB ID",
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "tvmaze_url": {
+ "description": "TVMaze show page URL",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "type": {
+ "description": "Show type (e.g., Scripted, Reality)",
+ "type": [
+ "string",
+ "null"
+ ]
+ }
+ },
+ "required": [
+ "id",
+ "name",
+ "genres"
+ ],
+ "type": "object"
+}