addedInput schema / properties / offset / maximum
Added value: +9007199254740991
changedOutput schema / properties / awards / items / properties / nominations / anyOf
Previous value: -[
- {
- "type": "integer"
- },
- {
- "type": "null"
- }
-]New value: +[
+ {
+ "maximum": 9007199254740991,
+ "minimum": -9007199254740991,
+ "type": "integer"
+ },
+ {
+ "type": "null"
+ }
+]
changedOutput schema / properties / awards / items / properties / wins / anyOf
Previous value: -[
- {
- "type": "integer"
- },
- {
- "type": "null"
- }
-]New value: +[
+ {
+ "maximum": 9007199254740991,
+ "minimum": -9007199254740991,
+ "type": "integer"
+ },
+ {
+ "type": "null"
+ }
+]
changedOutput schema / properties / critic_score / anyOf
Previous value: -[
- {
- "additionalProperties": false,
- "properties": {
- "max": {
- "description": "Scale this score is on: 100 for critics, 10 for users.",
- "type": "number"
- },
- "negative_count": {
- "anyOf": [
- {
- "type": "integer"
- },
- {
- "type": "null"
- }
- ]
- },
- "neutral_count": {
- "anyOf": [
- {
- "type": "integer"
- },
- {
- "type": "null"
- }
- ]
- },
- "positive_count": {
- "anyOf": [
- {
- "type": "integer"
- },
- {
- "type": "null"
- }
- ]
- },
- "review_count": {
- "anyOf": [
- {
- "type": "integer"
- },
- {
- "type": "null"
- }
- ]
- },
- "score": {
- "type": [
- "number",
- "null"
- ]
- },
- "sentiment": {
- "description": "Metacritic's own wording for the verdict.",
- "type": [
- "string",
- "null"
- ]
- }
- },
- "required": [
- "score",
- "max",
- "review_count",
- "positive_count",
- "neutral_count",
- "negative_count",
- "sentiment"
- ],
- "type": "object"
- },
- {
- "type": "null"
- }
-]New value: +[
+ {
+ "additionalProperties": false,
+ "properties": {
+ "max": {
+ "description": "Scale this score is on: 100 for critics, 10 for users.",
+ "type": "number"
+ },
+ "negative_count": {
+ "anyOf": [
+ {
+ "maximum": 9007199254740991,
+ "minimum": -9007199254740991,
+ "type": "integer"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "neutral_count": {
+ "anyOf": [
+ {
+ "maximum": 9007199254740991,
+ "minimum": -9007199254740991,
+ "type": "integer"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "positive_count": {
+ "anyOf": [
+ {
+ "maximum": 9007199254740991,
+ "minimum": -9007199254740991,
+ "type": "integer"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "review_count": {
+ "anyOf": [
+ {
+ "maximum": 9007199254740991,
+ "minimum": -9007199254740991,
+ "type": "integer"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "score": {
+ "anyOf": [
+ {
+ "type": "number"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "sentiment": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "description": "Metacritic's own wording for the verdict."
+ }
+ },
+ "required": [
+ "score",
+ "max",
+ "review_count",
+ "positive_count",
+ "neutral_count",
+ "negative_count",
+ "sentiment"
+ ],
+ "type": "object"
+ },
+ {
+ "type": "null"
+ }
+]
addedOutput schema / properties / description / anyOf
Added value: +[
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+]
removedOutput schema / properties / description / type
Removed value: -[
- "string",
- "null"
-]
changedOutput schema / properties / duration_minutes / anyOf
Previous value: -[
- {
- "type": "integer"
- },
- {
- "type": "null"
- }
-]New value: +[
+ {
+ "maximum": 9007199254740991,
+ "minimum": -9007199254740991,
+ "type": "integer"
+ },
+ {
+ "type": "null"
+ }
+]
addedOutput schema / properties / imdb_id / anyOf
Added value: +[
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+]
removedOutput schema / properties / imdb_id / type
Removed value: -[
- "string",
- "null"
-]
changedOutput schema / properties / next_offset / anyOf
Previous value: -[
- {
- "type": "integer"
- },
- {
- "type": "null"
- }
-]New value: +[
+ {
+ "maximum": 9007199254740991,
+ "minimum": -9007199254740991,
+ "type": "integer"
+ },
+ {
+ "type": "null"
+ }
+]
addedOutput schema / properties / offset / maximum
Added value: +9007199254740991
addedOutput schema / properties / offset / minimum
Added value: +-9007199254740991
changedOutput schema / properties / production / items / properties / id / anyOf
Previous value: -[
- {
- "type": "integer"
- },
- {
- "type": "null"
- }
-]New value: +[
+ {
+ "maximum": 9007199254740991,
+ "minimum": -9007199254740991,
+ "type": "integer"
+ },
+ {
+ "type": "null"
+ }
+]
addedOutput schema / properties / returned_chars / maximum
Added value: +9007199254740991
addedOutput schema / properties / returned_chars / minimum
Added value: +-9007199254740991
addedOutput schema / properties / tagline / anyOf
Added value: +[
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+]
removedOutput schema / properties / tagline / type
Removed value: -[
- "string",
- "null"
-]
addedOutput schema / properties / title / properties / id / maximum
Added value: +9007199254740991
addedOutput schema / properties / title / properties / id / minimum
Added value: +-9007199254740991
addedOutput schema / properties / title / properties / metascore / anyOf
Added value: +[
+ {
+ "type": "number"
+ },
+ {
+ "type": "null"
+ }
+]
removedOutput schema / properties / title / properties / metascore / type
Removed value: -[
- "number",
- "null"
-]
addedOutput schema / properties / title / properties / rating / anyOf
Added value: +[
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+]
removedOutput schema / properties / title / properties / rating / type
Removed value: -[
- "string",
- "null"
-]
addedOutput schema / properties / title / properties / release_date / anyOf
Added value: +[
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+]
removedOutput schema / properties / title / properties / release_date / type
Removed value: -[
- "string",
- "null"
-]
addedOutput schema / properties / title / properties / user_score / anyOf
Added value: +[
+ {
+ "type": "number"
+ },
+ {
+ "type": "null"
+ }
+]
removedOutput schema / properties / title / properties / user_score / type
Removed value: -[
- "number",
- "null"
-]
changedOutput schema / properties / title / properties / year / anyOf
Previous value: -[
- {
- "type": "integer"
- },
- {
- "type": "null"
- }
-]New value: +[
+ {
+ "maximum": 9007199254740991,
+ "minimum": -9007199254740991,
+ "type": "integer"
+ },
+ {
+ "type": "null"
+ }
+]
addedOutput schema / properties / total_chars / maximum
Added value: +9007199254740991
addedOutput schema / properties / total_chars / minimum
Added value: +-9007199254740991
changedOutput schema / properties / user_score / anyOf
Previous value: -[
- {
- "$ref": "#/properties/critic_score/anyOf/0"
- },
- {
- "type": "null"
- }
-]New value: +[
+ {
+ "additionalProperties": false,
+ "properties": {
+ "max": {
+ "description": "Scale this score is on: 100 for critics, 10 for users.",
+ "type": "number"
+ },
+ "negative_count": {
+ "anyOf": [
+ {
+ "maximum": 9007199254740991,
+ "minimum": -9007199254740991,
+ "type": "integer"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "neutral_count": {
+ "anyOf": [
+ {
+ "maximum": 9007199254740991,
+ "minimum": -9007199254740991,
+ "type": "integer"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "positive_count": {
+ "anyOf": [
+ {
+ "maximum": 9007199254740991,
+ "minimum": -9007199254740991,
+ "type": "integer"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "review_count": {
+ "anyOf": [
+ {
+ "maximum": 9007199254740991,
+ "minimum": -9007199254740991,
+ "type": "integer"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "score": {
+ "anyOf": [
+ {
+ "type": "number"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "sentiment": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "description": "Metacritic's own wording for the verdict."
+ }
+ },
+ "required": [
+ "score",
+ "max",
+ "review_count",
+ "positive_count",
+ "neutral_count",
+ "negative_count",
+ "sentiment"
+ ],
+ "type": "object"
+ },
+ {
+ "type": "null"
+ }
+]
addedOutput schema / properties / where_to_watch / items / properties / url / anyOf
Added value: +[
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+]
removedOutput schema / properties / where_to_watch / items / properties / url / type
Removed value: -[
- "string",
- "null"
-]