changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "airings": {
+ "description": "Episodes airing on specified date/country",
+ "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"
+ ]
+ },
+ "show": {
+ "description": "Show information for the episode",
+ "properties": {
+ "ended": {
+ "description": "End date or null",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "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",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "rating": {
+ "description": "Average rating",
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "runtime_min": {
+ "description": "Episode runtime in minutes",
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "status": {
+ "description": "Show status",
+ "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",
+ "type": [
+ "string",
+ "null"
+ ]
+ }
+ },
+ "type": [
+ "object",
+ "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"
+ },
+ "count": {
+ "description": "Number of airings",
+ "type": "number"
+ },
+ "country": {
+ "description": "2-letter country code",
+ "type": "string"
+ },
+ "date": {
+ "description": "Date (YYYY-MM-DD) or 'today'",
+ "type": "string"
+ }
+ },
+ "required": [
+ "country",
+ "date",
+ "count",
+ "airings"
+ ],
+ "type": "object"
+}