addedInput schema / properties / id / exclusiveMinimum
Added value: +0
removedInput schema / properties / id / minimum
Removed value: --2147483648
addedOutput schema / properties / recommendation / properties / id / exclusiveMinimum
Added value: +0
changedOutput schema / properties / recommendation / properties / id / maximum
Previous value: -9007199254740991New value: +2147483647
removedOutput schema / properties / recommendation / properties / id / minimum
Removed value: --9007199254740991
changedOutput schema / properties / recommendation / properties / media / anyOf
Previous value: -[
- {
- "additionalProperties": {},
- "properties": {
- "id": {
- "maximum": 9007199254740991,
- "minimum": -9007199254740991,
- "type": "integer"
- },
- "title": {
- "anyOf": [
- {
- "additionalProperties": false,
- "properties": {
- "english": {
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ]
- },
- "romaji": {
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ]
- }
- },
- "type": "object"
- },
- {
- "type": "null"
- }
- ]
- }
- },
- "required": [
- "id"
- ],
- "type": "object"
- },
- {
- "type": "null"
- }
-]New value: +[
+ {
+ "additionalProperties": {},
+ "properties": {
+ "id": {
+ "exclusiveMinimum": 0,
+ "maximum": 2147483647,
+ "type": "integer"
+ },
+ "title": {
+ "anyOf": [
+ {
+ "additionalProperties": false,
+ "properties": {
+ "english": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "romaji": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ }
+ },
+ "type": "object"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ }
+ },
+ "required": [
+ "id"
+ ],
+ "type": "object"
+ },
+ {
+ "type": "null"
+ }
+]
changedOutput schema / properties / recommendation / properties / mediaRecommendation / anyOf
Previous value: -[
- {
- "additionalProperties": {},
- "properties": {
- "id": {
- "maximum": 9007199254740991,
- "minimum": -9007199254740991,
- "type": "integer"
- },
- "title": {
- "anyOf": [
- {
- "additionalProperties": false,
- "properties": {
- "english": {
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ]
- },
- "romaji": {
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ]
- }
- },
- "type": "object"
- },
- {
- "type": "null"
- }
- ]
- }
- },
- "required": [
- "id"
- ],
- "type": "object"
- },
- {
- "type": "null"
- }
-]New value: +[
+ {
+ "additionalProperties": {},
+ "properties": {
+ "id": {
+ "exclusiveMinimum": 0,
+ "maximum": 2147483647,
+ "type": "integer"
+ },
+ "title": {
+ "anyOf": [
+ {
+ "additionalProperties": false,
+ "properties": {
+ "english": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "romaji": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ }
+ },
+ "type": "object"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ }
+ },
+ "required": [
+ "id"
+ ],
+ "type": "object"
+ },
+ {
+ "type": "null"
+ }
+]
changedOutput schema / properties / recommendation / properties / rating / anyOf
Previous value: -[
- {
- "type": "number"
- },
- {
- "type": "null"
- }
-]New value: +[
+ {
+ "maximum": 9007199254740991,
+ "minimum": -9007199254740991,
+ "type": "integer"
+ },
+ {
+ "type": "null"
+ }
+]
addedOutput schema / properties / recommendation / properties / rating / description
Added value: +"Net rating (RATE_UP minus RATE_DOWN votes across all users), not the caller's own."
changedOutput schema / properties / recommendation / properties / userRating / anyOf
Previous value: -[
- {
- "type": "string"
- },
- {
- "type": "null"
- }
-]New value: +[
+ {
+ "enum": [
+ "NO_RATING",
+ "RATE_UP",
+ "RATE_DOWN"
+ ],
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+]