addedInput schema / properties / id / maximum
Added value: +9007199254740991
addedInput schema / properties / offset / maximum
Added value: +9007199254740991
addedOutput schema / properties / cast / items / properties / lang / anyOf
Added value: +[
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+]
removedOutput schema / properties / cast / items / properties / lang / type
Removed value: -[
- "string",
- "null"
-]
changedOutput schema / properties / cast / items / properties / person_id / anyOf
Previous value: -[
- {
- "type": "integer"
- },
- {
- "type": "null"
- }
-]New value: +[
+ {
+ "maximum": 9007199254740991,
+ "minimum": -9007199254740991,
+ "type": "integer"
+ },
+ {
+ "type": "null"
+ }
+]
addedOutput schema / properties / cast_languages / items / properties / credits / maximum
Added value: +9007199254740991
addedOutput schema / properties / cast_languages / items / properties / credits / minimum
Added value: +-9007199254740991
addedOutput schema / properties / cast_languages / items / properties / lang / anyOf
Added value: +[
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+]
removedOutput schema / properties / cast_languages / items / properties / lang / type
Removed value: -[
- "string",
- "null"
-]
changedOutput schema / properties / companies / items / properties / company_id / anyOf
Previous value: -[
- {
- "type": "integer"
- },
- {
- "type": "null"
- }
-]New value: +[
+ {
+ "maximum": 9007199254740991,
+ "minimum": -9007199254740991,
+ "type": "integer"
+ },
+ {
+ "type": "null"
+ }
+]
addedOutput schema / properties / episode_count / anyOf
Added value: +[
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+]
removedOutput schema / properties / episode_count / type
Removed value: -[
- "string",
- "null"
-]
addedOutput schema / properties / episodes / items / properties / lang / anyOf
Added value: +[
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+]
removedOutput schema / properties / episodes / items / properties / lang / type
Removed value: -[
- "string",
- "null"
-]
addedOutput schema / properties / episodes / items / properties / title / anyOf
Added value: +[
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+]
removedOutput schema / properties / episodes / items / properties / title / type
Removed value: -[
- "string",
- "null"
-]
addedOutput schema / properties / news / items / properties / date / anyOf
Added value: +[
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+]
removedOutput schema / properties / news / items / properties / date / 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 / objectionable_content / anyOf
Added value: +[
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+]
removedOutput schema / properties / objectionable_content / type
Removed value: -[
- "string",
- "null"
-]
addedOutput schema / properties / offset / maximum
Added value: +9007199254740991
addedOutput schema / properties / offset / minimum
Added value: +-9007199254740991
addedOutput schema / properties / picture_url / anyOf
Added value: +[
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+]
removedOutput schema / properties / picture_url / type
Removed value: -[
- "string",
- "null"
-]
addedOutput schema / properties / plot_summary / anyOf
Added value: +[
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+]
removedOutput schema / properties / plot_summary / type
Removed value: -[
- "string",
- "null"
-]
changedOutput schema / properties / ratings / anyOf
Previous value: -[
- {
- "additionalProperties": false,
- "properties": {
- "bayesian_score": {
- "type": [
- "number",
- "null"
- ]
- },
- "votes": {
- "anyOf": [
- {
- "type": "integer"
- },
- {
- "type": "null"
- }
- ]
- },
- "weighted_score": {
- "type": [
- "number",
- "null"
- ]
- }
- },
- "required": [
- "votes",
- "weighted_score",
- "bayesian_score"
- ],
- "type": "object"
- },
- {
- "type": "null"
- }
-]New value: +[
+ {
+ "additionalProperties": false,
+ "properties": {
+ "bayesian_score": {
+ "anyOf": [
+ {
+ "type": "number"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "votes": {
+ "anyOf": [
+ {
+ "maximum": 9007199254740991,
+ "minimum": -9007199254740991,
+ "type": "integer"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "weighted_score": {
+ "anyOf": [
+ {
+ "type": "number"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ }
+ },
+ "required": [
+ "votes",
+ "weighted_score",
+ "bayesian_score"
+ ],
+ "type": "object"
+ },
+ {
+ "type": "null"
+ }
+]
addedOutput schema / properties / related / items / properties / id / maximum
Added value: +9007199254740991
addedOutput schema / properties / related / items / properties / id / minimum
Added value: +-9007199254740991
addedOutput schema / properties / releases / items / properties / date / anyOf
Added value: +[
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+]
removedOutput schema / properties / releases / items / properties / date / type
Removed value: -[
- "string",
- "null"
-]
addedOutput schema / properties / releases / items / properties / href / anyOf
Added value: +[
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+]
removedOutput schema / properties / releases / items / properties / href / type
Removed value: -[
- "string",
- "null"
-]
addedOutput schema / properties / returned_chars / maximum
Added value: +9007199254740991
addedOutput schema / properties / returned_chars / minimum
Added value: +-9007199254740991
removedOutput schema / properties / reviews / items / $ref
Removed value: -"#/properties/news/items"
addedOutput schema / properties / reviews / items / additionalProperties
Added value: +false
addedOutput schema / properties / reviews / items / properties
Added value: +{
+ "date": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "href": {
+ "type": "string"
+ },
+ "title": {
+ "type": "string"
+ }
+}
addedOutput schema / properties / reviews / items / required
Added value: +[
+ "title",
+ "href",
+ "date"
+]
addedOutput schema / properties / reviews / items / type
Added value: +"object"
addedOutput schema / properties / running_time / anyOf
Added value: +[
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+]
removedOutput schema / properties / running_time / type
Removed value: -[
- "string",
- "null"
-]
changedOutput schema / properties / staff / items / properties / person_id / anyOf
Previous value: -[
- {
- "type": "integer"
- },
- {
- "type": "null"
- }
-]New value: +[
+ {
+ "maximum": 9007199254740991,
+ "minimum": -9007199254740991,
+ "type": "integer"
+ },
+ {
+ "type": "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 / precision / anyOf
Added value: +[
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+]
removedOutput schema / properties / title / properties / precision / type
Removed value: -[
- "string",
- "null"
-]
addedOutput schema / properties / title / properties / type / anyOf
Added value: +[
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+]
removedOutput schema / properties / title / properties / type / type
Removed value: -[
- "string",
- "null"
-]
addedOutput schema / properties / title / properties / vintage / anyOf
Added value: +[
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+]
removedOutput schema / properties / title / properties / vintage / type
Removed value: -[
- "string",
- "null"
-]
addedOutput schema / properties / total_chars / maximum
Added value: +9007199254740991
addedOutput schema / properties / total_chars / minimum
Added value: +-9007199254740991