changedInput schema / properties / page / description
Previous value: -"Page number for pagination."New value: +"Page number for pagination. AniList's paginated connections (search results, a title's characters/staff/reviews, activity feeds, forum comments) reject a page whose page × perPage exceeds ~5000 entries with an upstream error, so paging that deep fails rather than returning more results."
addedInput schema / properties / perPage / exclusiveMinimum
Added value: +0
removedInput schema / properties / perPage / minimum
Removed value: -1
addedInput schema / properties / threadId / exclusiveMinimum
Added value: +0
removedInput schema / properties / threadId / minimum
Removed value: --2147483648
addedOutput schema / $defs
Added value: +{
+ "__schema0": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "number"
+ },
+ {
+ "type": "boolean"
+ },
+ {
+ "type": "null"
+ },
+ {
+ "items": {
+ "$ref": "#/$defs/__schema0"
+ },
+ "type": "array"
+ },
+ {
+ "additionalProperties": {
+ "$ref": "#/$defs/__schema0"
+ },
+ "propertyNames": {
+ "type": "string"
+ },
+ "type": "object"
+ }
+ ]
+ }
+}
changedOutput schema / properties / comments / properties / threadComments / items / properties / childComments / anyOf
Previous value: -[
- {},
- {
- "type": "null"
- }
-]New value: +[
+ {
+ "$ref": "#/$defs/__schema0"
+ },
+ {
+ "type": "null"
+ }
+]
addedOutput schema / properties / comments / properties / threadComments / items / properties / id / exclusiveMinimum
Added value: +0
changedOutput schema / properties / comments / properties / threadComments / items / properties / id / maximum
Previous value: -9007199254740991New value: +2147483647
removedOutput schema / properties / comments / properties / threadComments / items / properties / id / minimum
Removed value: --9007199254740991
changedOutput schema / properties / comments / properties / threadComments / items / properties / likeCount / anyOf
Previous value: -[
- {
- "maximum": 9007199254740991,
- "minimum": -9007199254740991,
- "type": "integer"
- },
- {
- "type": "null"
- }
-]New value: +[
+ {
+ "maximum": 9007199254740991,
+ "minimum": 0,
+ "type": "integer"
+ },
+ {
+ "type": "null"
+ }
+]
changedOutput schema / properties / comments / properties / threadComments / items / properties / siteUrl / anyOf
Previous value: -[
- {
- "type": "string"
- },
- {
- "type": "null"
- }
-]New value: +[
+ {
+ "format": "uri",
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+]
changedOutput schema / properties / comments / properties / threadComments / items / properties / user / anyOf
Previous value: -[
- {
- "additionalProperties": {},
- "properties": {
- "id": {
- "maximum": 9007199254740991,
- "minimum": -9007199254740991,
- "type": "integer"
- },
- "name": {
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ]
- }
- },
- "required": [
- "id"
- ],
- "type": "object"
- },
- {
- "type": "null"
- }
-]New value: +[
+ {
+ "additionalProperties": {},
+ "properties": {
+ "id": {
+ "exclusiveMinimum": 0,
+ "maximum": 2147483647,
+ "type": "integer"
+ },
+ "name": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ }
+ },
+ "required": [
+ "id"
+ ],
+ "type": "object"
+ },
+ {
+ "type": "null"
+ }
+]