changedInput schema / properties / limit / description
Previous value: -"Max results per page (1-25)."New value: +"Max results per page (1-50)."
changedInput schema / properties / limit / maximum
Previous value: -25New value: +50
changedInput schema / properties / page / description
Previous value: -"1-based page number for pagination."New value: +"1-based page number for pagination. No upper bound — this ranking runs to the end of MAL's own catalog."
addedInput schema / properties / sfw
Added value: +{
+ "description": "If true, exclude adult/explicit-rated entries (R+ Mild Nudity and up). Defaults to false (no filtering). Note: this alone still allows mainstream, safely-rated shows tagged with the Ecchi genre (fanservice) through — use `sfw_strict` to also exclude those.",
+ "type": "boolean"
+}
addedInput schema / properties / sfw_strict
Added value: +{
+ "description": "If true, exclude adult/explicit-rated entries AND anything tagged with the Ecchi genre, even otherwise-mainstream/safely-rated shows. Stricter than `sfw` alone. Defaults to false.",
+ "type": "boolean"
+}
changedInput schema / properties / type / description
Previous value: -"Filter by publication type."New value: +"Restrict to one or more publication types."
removedInput schema / properties / type / enum
Removed value: -[
- "manga",
- "novel",
- "lightnovel",
- "oneshot",
- "doujin",
- "manhwa",
- "manhua"
-]
addedInput schema / properties / type / items
Added value: +{
+ "description": "A publication type.",
+ "enum": [
+ "manga",
+ "novel",
+ "lightnovel",
+ "oneshot",
+ "doujin",
+ "manhwa",
+ "manhua"
+ ],
+ "type": "string"
+}
addedInput schema / properties / type / minItems
Added value: +1
changedInput schema / properties / type / type
Previous value: -"string"New value: +"array"
addedOutput schema / properties / page / properties / current_page / exclusiveMinimum
Added value: +0
addedOutput schema / properties / page / properties / current_page / maximum
Added value: +9007199254740991
changedOutput schema / properties / page / properties / current_page / type
Previous value: -"number"New value: +"integer"
addedOutput schema / properties / page / properties / last_visible_page / exclusiveMinimum
Added value: +0
addedOutput schema / properties / page / properties / last_visible_page / maximum
Added value: +9007199254740991
changedOutput schema / properties / page / properties / last_visible_page / type
Previous value: -"number"New value: +"integer"
addedOutput schema / properties / page / properties / total / maximum
Added value: +9007199254740991
addedOutput schema / properties / page / properties / total / minimum
Added value: +0
changedOutput schema / properties / page / properties / total / type
Previous value: -"number"New value: +"integer"
addedOutput schema / properties / results / items / properties / chapters / maximum
Added value: +9007199254740991
addedOutput schema / properties / results / items / properties / chapters / minimum
Added value: +0
changedOutput schema / properties / results / items / properties / chapters / type
Previous value: -"number"New value: +"integer"
addedOutput schema / properties / results / items / properties / mal_id / exclusiveMinimum
Added value: +0
addedOutput schema / properties / results / items / properties / mal_id / maximum
Added value: +9007199254740991
changedOutput schema / properties / results / items / properties / mal_id / type
Previous value: -"number"New value: +"integer"
addedOutput schema / properties / results / items / properties / members / maximum
Added value: +9007199254740991
addedOutput schema / properties / results / items / properties / members / minimum
Added value: +0
changedOutput schema / properties / results / items / properties / members / type
Previous value: -"number"New value: +"integer"
addedOutput schema / properties / results / items / properties / popularity / exclusiveMinimum
Added value: +0
addedOutput schema / properties / results / items / properties / popularity / maximum
Added value: +9007199254740991
changedOutput schema / properties / results / items / properties / popularity / type
Previous value: -"number"New value: +"integer"
addedOutput schema / properties / results / items / properties / rank / exclusiveMinimum
Added value: +0
addedOutput schema / properties / results / items / properties / rank / maximum
Added value: +9007199254740991
changedOutput schema / properties / results / items / properties / rank / type
Previous value: -"number"New value: +"integer"
addedOutput schema / properties / results / items / properties / volumes / maximum
Added value: +9007199254740991
addedOutput schema / properties / results / items / properties / volumes / minimum
Added value: +0
changedOutput schema / properties / results / items / properties / volumes / type
Previous value: -"number"New value: +"integer"