changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "first_air_date": {
+ "description": "First air date",
+ "type": "string"
+ },
+ "genres": {
+ "description": "Genres",
+ "items": {
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "id": {
+ "description": "TV show ID",
+ "type": "number"
+ },
+ "last_air_date": {
+ "description": "Last air date",
+ "type": "string"
+ },
+ "name": {
+ "description": "TV show name",
+ "type": "string"
+ },
+ "number_of_episodes": {
+ "description": "Number of episodes",
+ "type": "number"
+ },
+ "number_of_seasons": {
+ "description": "Number of seasons",
+ "type": "number"
+ },
+ "overview": {
+ "description": "Show overview",
+ "type": "string"
+ },
+ "vote_average": {
+ "description": "Average vote rating",
+ "type": "number"
+ }
+ },
+ "type": "object"
+}