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"
+}
addedOutput schema / properties / episodes / maximum
Added value: +9007199254740991
addedOutput schema / properties / episodes / minimum
Added value: +0
changedOutput schema / properties / episodes / type
Previous value: -"number"New value: +"integer"
addedOutput schema / properties / explicit_genres
Added value: +{
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+}
addedOutput schema / properties / external
Added value: +{
+ "items": {
+ "additionalProperties": false,
+ "properties": {
+ "name": {
+ "type": "string"
+ },
+ "url": {
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+}
addedOutput schema / properties / favorites / maximum
Added value: +9007199254740991
addedOutput schema / properties / favorites / minimum
Added value: +0
changedOutput schema / properties / favorites / type
Previous value: -"number"New value: +"integer"
addedOutput schema / properties / mal_id / exclusiveMinimum
Added value: +0
addedOutput schema / properties / mal_id / maximum
Added value: +9007199254740991
changedOutput schema / properties / mal_id / type
Previous value: -"number"New value: +"integer"
addedOutput schema / properties / members / maximum
Added value: +9007199254740991
addedOutput schema / properties / members / minimum
Added value: +0
changedOutput schema / properties / members / type
Previous value: -"number"New value: +"integer"
addedOutput schema / properties / moreinfo
Added value: +{
+ "type": "string"
+}
addedOutput schema / properties / popularity / exclusiveMinimum
Added value: +0
addedOutput schema / properties / popularity / maximum
Added value: +9007199254740991
changedOutput schema / properties / popularity / type
Previous value: -"number"New value: +"integer"
addedOutput schema / properties / rank / exclusiveMinimum
Added value: +0
addedOutput schema / properties / rank / maximum
Added value: +9007199254740991
changedOutput schema / properties / rank / type
Previous value: -"number"New value: +"integer"
addedOutput schema / properties / scored_by / maximum
Added value: +9007199254740991
addedOutput schema / properties / scored_by / minimum
Added value: +0
changedOutput schema / properties / scored_by / type
Previous value: -"number"New value: +"integer"
addedOutput schema / properties / title_synonyms
Added value: +{
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+}
addedOutput schema / properties / year / maximum
Added value: +2100
addedOutput schema / properties / year / minimum
Added value: +1900
changedOutput schema / properties / year / type
Previous value: -"number"New value: +"integer"