{"openapi":"3.1.0","info":{"title":"Toki","version":"1.0"},"paths":{"/":{"get":{"tags":["default"],"operationId":"get","responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"type":"object","properties":{"name":{"type":"string"},"version":{"type":"string"}},"required":["name","version"]}}}}}}},"/anime/{id}":{"get":{"tags":["anime"],"operationId":"get_anime_id","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Anime"}}}},"400":{"description":"Bad Request","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"string"}},"required":["error"]}}}},"500":{"description":"Internal Server Error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"string"}},"required":["error"]}}}}}}},"/anime/{id}/characters":{"get":{"tags":["anime"],"operationId":"get_anime_id_characters","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/CharacterListItem"}}}}},"400":{"description":"Bad Request","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"string"}},"required":["error"]}}}},"500":{"description":"Internal Server Error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"string"}},"required":["error"]}}}}}}},"/anime/{id}/episodes":{"get":{"tags":["anime"],"operationId":"get_anime_id_episodes","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}},{"name":"page","in":"query","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AnimeEpisodes"}}}},"400":{"description":"Bad Request","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"string"}},"required":["error"]}}}},"500":{"description":"Internal Server Error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"string"}},"required":["error"]}}}}}}},"/anime/{id}/episodes/{episode}":{"get":{"tags":["anime"],"operationId":"get_anime_id_episodes_episode","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}},{"name":"episode","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AnimeEpisode"}}}},"400":{"description":"Bad Request","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"string"}},"required":["error"]}}}},"500":{"description":"Internal Server Error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"string"}},"required":["error"]}}}}}}},"/anime/{id}/forum":{"get":{"tags":["anime"],"operationId":"get_anime_id_forum","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}},{"name":"filter","in":"query","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/ForumTopic"}}}}},"400":{"description":"Bad Request","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"string"}},"required":["error"]}}}},"500":{"description":"Internal Server Error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"string"}},"required":["error"]}}}}}}},"/anime/{id}/moreinfo":{"get":{"tags":["anime"],"operationId":"get_anime_id_moreinfo","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AnimeMoreInfo"}}}},"400":{"description":"Bad Request","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"string"}},"required":["error"]}}}},"500":{"description":"Internal Server Error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"string"}},"required":["error"]}}}}}}},"/anime/{id}/news":{"get":{"tags":["anime"],"operationId":"get_anime_id_news","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}},{"name":"page","in":"query","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/NewsList"}}}},"400":{"description":"Bad Request","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"string"}},"required":["error"]}}}},"500":{"description":"Internal Server Error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"string"}},"required":["error"]}}}}}}},"/anime/{id}/pictures":{"get":{"tags":["anime"],"operationId":"get_anime_id_pictures","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/CommonImageResource"}}}}},"400":{"description":"Bad Request","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"string"}},"required":["error"]}}}},"500":{"description":"Internal Server Error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"string"}},"required":["error"]}}}}}}},"/anime/{id}/recommendations":{"get":{"tags":["anime"],"operationId":"get_anime_id_recommendations","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/Recommendation"}}}}},"400":{"description":"Bad Request","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"string"}},"required":["error"]}}}},"500":{"description":"Internal Server Error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"string"}},"required":["error"]}}}}}}},"/anime/{id}/reviews":{"get":{"tags":["anime"],"operationId":"get_anime_id_reviews","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}},{"name":"page","in":"query","required":false,"schema":{"type":"string"}},{"name":"preliminary","in":"query","required":false,"schema":{"type":"string"}},{"name":"sort","in":"query","required":false,"schema":{"type":"string"}},{"name":"spoilers","in":"query","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AnimeReviews"}}}},"400":{"description":"Bad Request","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"string"}},"required":["error"]}}}},"500":{"description":"Internal Server Error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"string"}},"required":["error"]}}}}}}},"/anime/{id}/staff":{"get":{"tags":["anime"],"operationId":"get_anime_id_staff","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/AnimeStaffListItem"}}}}},"400":{"description":"Bad Request","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"string"}},"required":["error"]}}}},"500":{"description":"Internal Server Error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"string"}},"required":["error"]}}}}}}},"/anime/{id}/statistics":{"get":{"tags":["anime"],"operationId":"get_anime_id_statistics","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AnimeStats"}}}},"400":{"description":"Bad Request","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"string"}},"required":["error"]}}}},"500":{"description":"Internal Server Error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"string"}},"required":["error"]}}}}}}},"/anime/{id}/userupdates":{"get":{"tags":["anime"],"operationId":"get_anime_id_userupdates","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}},{"name":"page","in":"query","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AnimeUserUpdates"}}}},"400":{"description":"Bad Request","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"string"}},"required":["error"]}}}},"500":{"description":"Internal Server Error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"string"}},"required":["error"]}}}}}}},"/anime/{id}/videos":{"get":{"tags":["anime"],"operationId":"get_anime_id_videos","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AnimeVideos"}}}},"400":{"description":"Bad Request","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"string"}},"required":["error"]}}}},"500":{"description":"Internal Server Error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"string"}},"required":["error"]}}}}}}},"/anime/{id}/videos/episodes":{"get":{"tags":["anime"],"operationId":"get_anime_id_videos_episodes","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}},{"name":"page","in":"query","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AnimeVideosEpisodes"}}}},"400":{"description":"Bad Request","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"string"}},"required":["error"]}}}},"500":{"description":"Internal Server Error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"string"}},"required":["error"]}}}}}}},"/characters/{id}":{"get":{"tags":["characters"],"operationId":"get_characters_id","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Character"}}}},"400":{"description":"Bad Request","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"string"}},"required":["error"]}}}},"500":{"description":"Internal Server Error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"string"}},"required":["error"]}}}}}}},"/characters/{id}/pictures":{"get":{"tags":["characters"],"operationId":"get_characters_id_pictures","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/PersonImageResource"}}}}},"400":{"description":"Bad Request","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"string"}},"required":["error"]}}}},"500":{"description":"Internal Server Error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"string"}},"required":["error"]}}}}}}},"/clubs/{id}":{"get":{"tags":["clubs"],"operationId":"get_clubs_id","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Club"}}}},"400":{"description":"Bad Request","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"string"}},"required":["error"]}}}},"500":{"description":"Internal Server Error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"string"}},"required":["error"]}}}}}}},"/clubs/{id}/members":{"get":{"tags":["clubs"],"operationId":"get_clubs_id_members","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}},{"name":"page","in":"query","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ClubUserList"}}}},"400":{"description":"Bad Request","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"string"}},"required":["error"]}}}},"500":{"description":"Internal Server Error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"string"}},"required":["error"]}}}}}}},"/genres/anime":{"get":{"tags":["genres"],"operationId":"get_genres_anime","responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/GenreAnimeGenreList"}}}},"500":{"description":"Internal Server Error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"string"}},"required":["error"]}}}}}}},"/genres/anime/{id}":{"get":{"tags":["genres"],"operationId":"get_genres_anime_id","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}},{"name":"page","in":"query","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/GenreAnimeGenre"}}}},"400":{"description":"Bad Request","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"string"}},"required":["error"]}}}},"500":{"description":"Internal Server Error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"string"}},"required":["error"]}}}}}}},"/genres/manga":{"get":{"tags":["genres"],"operationId":"get_genres_manga","responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/GenreMangaGenreList"}}}},"500":{"description":"Internal Server Error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"string"}},"required":["error"]}}}}}}},"/genres/manga/{id}":{"get":{"tags":["genres"],"operationId":"get_genres_manga_id","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}},{"name":"page","in":"query","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/GenreMangaGenre"}}}},"400":{"description":"Bad Request","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"string"}},"required":["error"]}}}},"500":{"description":"Internal Server Error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"string"}},"required":["error"]}}}}}}},"/magazines":{"get":{"tags":["magazines"],"operationId":"get_magazines","responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/MagazineList"}}}},"500":{"description":"Internal Server Error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"string"}},"required":["error"]}}}}}}},"/magazines/{id}":{"get":{"tags":["magazines"],"operationId":"get_magazines_id","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}},{"name":"page","in":"query","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Magazine"}}}},"400":{"description":"Bad Request","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"string"}},"required":["error"]}}}},"500":{"description":"Internal Server Error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"string"}},"required":["error"]}}}}}}},"/manga/{id}":{"get":{"tags":["manga"],"operationId":"get_manga_id","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Manga"}}}},"400":{"description":"Bad Request","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"string"}},"required":["error"]}}}},"500":{"description":"Internal Server Error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"string"}},"required":["error"]}}}}}}},"/manga/{id}/characters":{"get":{"tags":["manga"],"operationId":"get_manga_id_characters","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/MangaCharacterListItem"}}}}},"400":{"description":"Bad Request","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"string"}},"required":["error"]}}}},"500":{"description":"Internal Server Error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"string"}},"required":["error"]}}}}}}},"/manga/{id}/forum":{"get":{"tags":["manga"],"operationId":"get_manga_id_forum","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}},{"name":"filter","in":"query","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/ForumTopic"}}}}},"400":{"description":"Bad Request","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"string"}},"required":["error"]}}}},"500":{"description":"Internal Server Error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"string"}},"required":["error"]}}}}}}},"/manga/{id}/moreinfo":{"get":{"tags":["manga"],"operationId":"get_manga_id_moreinfo","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/MangaMoreInfo"}}}},"400":{"description":"Bad Request","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"string"}},"required":["error"]}}}},"500":{"description":"Internal Server Error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"string"}},"required":["error"]}}}}}}},"/manga/{id}/news":{"get":{"tags":["manga"],"operationId":"get_manga_id_news","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}},{"name":"page","in":"query","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/NewsList"}}}},"400":{"description":"Bad Request","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"string"}},"required":["error"]}}}},"500":{"description":"Internal Server Error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"string"}},"required":["error"]}}}}}}},"/manga/{id}/pictures":{"get":{"tags":["manga"],"operationId":"get_manga_id_pictures","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/CommonImageResource"}}}}},"400":{"description":"Bad Request","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"string"}},"required":["error"]}}}},"500":{"description":"Internal Server Error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"string"}},"required":["error"]}}}}}}},"/manga/{id}/recommendations":{"get":{"tags":["manga"],"operationId":"get_manga_id_recommendations","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/Recommendation"}}}}},"400":{"description":"Bad Request","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"string"}},"required":["error"]}}}},"500":{"description":"Internal Server Error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"string"}},"required":["error"]}}}}}}},"/manga/{id}/reviews":{"get":{"tags":["manga"],"operationId":"get_manga_id_reviews","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}},{"name":"page","in":"query","required":false,"schema":{"type":"string"}},{"name":"preliminary","in":"query","required":false,"schema":{"type":"string"}},{"name":"sort","in":"query","required":false,"schema":{"type":"string"}},{"name":"spoilers","in":"query","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/MangaReviews"}}}},"400":{"description":"Bad Request","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"string"}},"required":["error"]}}}},"500":{"description":"Internal Server Error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"string"}},"required":["error"]}}}}}}},"/manga/{id}/statistics":{"get":{"tags":["manga"],"operationId":"get_manga_id_statistics","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/MangaStats"}}}},"400":{"description":"Bad Request","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"string"}},"required":["error"]}}}},"500":{"description":"Internal Server Error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"string"}},"required":["error"]}}}}}}},"/manga/{id}/userupdates":{"get":{"tags":["manga"],"operationId":"get_manga_id_userupdates","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}},{"name":"page","in":"query","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/MangaUserUpdates"}}}},"400":{"description":"Bad Request","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"string"}},"required":["error"]}}}},"500":{"description":"Internal Server Error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"string"}},"required":["error"]}}}}}}},"/people/{id}":{"get":{"tags":["people"],"operationId":"get_people_id","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Person"}}}},"400":{"description":"Bad Request","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"string"}},"required":["error"]}}}},"500":{"description":"Internal Server Error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"string"}},"required":["error"]}}}}}}},"/people/{id}/pictures":{"get":{"tags":["people"],"operationId":"get_people_id_pictures","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/PersonImageResource"}}}}},"400":{"description":"Bad Request","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"string"}},"required":["error"]}}}},"500":{"description":"Internal Server Error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"string"}},"required":["error"]}}}}}}},"/producers":{"get":{"tags":["producers"],"operationId":"get_producers","responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ProducerList"}}}},"500":{"description":"Internal Server Error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"string"}},"required":["error"]}}}}}}},"/producers/{id}":{"get":{"tags":["producers"],"operationId":"get_producers_id","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}},{"name":"page","in":"query","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Producer"}}}},"400":{"description":"Bad Request","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"string"}},"required":["error"]}}}},"500":{"description":"Internal Server Error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"string"}},"required":["error"]}}}}}}},"/recommendations/anime":{"get":{"tags":["recommendations"],"operationId":"get_recommendations_anime","parameters":[{"name":"page","in":"query","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/RecommendationsRecentRecommendations"}}}},"500":{"description":"Internal Server Error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"string"}},"required":["error"]}}}}}}},"/recommendations/manga":{"get":{"tags":["recommendations"],"operationId":"get_recommendations_manga","parameters":[{"name":"page","in":"query","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/RecommendationsRecentRecommendations"}}}},"500":{"description":"Internal Server Error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"string"}},"required":["error"]}}}}}}},"/reviews/anime":{"get":{"tags":["reviews"],"operationId":"get_reviews_anime","parameters":[{"name":"page","in":"query","required":false,"schema":{"type":"string"}},{"name":"preliminary","in":"query","required":false,"schema":{"type":"string"}},{"name":"sort","in":"query","required":false,"schema":{"type":"string"}},{"name":"spoilers","in":"query","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Reviews"}}}},"500":{"description":"Internal Server Error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"string"}},"required":["error"]}}}}}}},"/reviews/manga":{"get":{"tags":["reviews"],"operationId":"get_reviews_manga","parameters":[{"name":"page","in":"query","required":false,"schema":{"type":"string"}},{"name":"preliminary","in":"query","required":false,"schema":{"type":"string"}},{"name":"sort","in":"query","required":false,"schema":{"type":"string"}},{"name":"spoilers","in":"query","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Reviews"}}}},"500":{"description":"Internal Server Error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"string"}},"required":["error"]}}}}}}},"/schedules":{"get":{"tags":["schedules"],"operationId":"get_schedules","parameters":[{"name":"day","in":"query","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"oneOf":[{},{"$ref":"#/components/schemas/Schedule"},{"type":"object","additionalProperties":true}]}}}},"400":{"description":"Bad Request","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"string"}},"required":["error"]}}}},"500":{"description":"Internal Server Error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"string"}},"required":["error"]}}}}}}},"/search/anime":{"get":{"tags":["search"],"operationId":"get_search_anime","parameters":[{"name":"end_date","in":"query","required":false,"schema":{"type":"string"}},{"name":"genre","in":"query","required":false,"schema":{"type":"string"}},{"name":"genre_exclude","in":"query","required":false,"schema":{"type":"string"}},{"name":"letter","in":"query","required":false,"schema":{"type":"string"}},{"name":"order_by","in":"query","required":false,"schema":{"type":"string"}},{"name":"page","in":"query","required":false,"schema":{"type":"string"}},{"name":"producer","in":"query","required":false,"schema":{"type":"string"}},{"name":"q","in":"query","required":false,"schema":{"type":"string"}},{"name":"rated","in":"query","required":false,"schema":{"type":"string"}},{"name":"score","in":"query","required":false,"schema":{"type":"string"}},{"name":"sort","in":"query","required":false,"schema":{"type":"string"}},{"name":"start_date","in":"query","required":false,"schema":{"type":"string"}},{"name":"status","in":"query","required":false,"schema":{"type":"string"}},{"name":"type","in":"query","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/SearchAnimeSearch"}}}},"400":{"description":"Bad Request","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"string"}},"required":["error"]}}}},"500":{"description":"Internal Server Error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"string"}},"required":["error"]}}}}}}},"/search/characters":{"get":{"tags":["search"],"operationId":"get_search_characters","parameters":[{"name":"letter","in":"query","required":false,"schema":{"type":"string"}},{"name":"page","in":"query","required":false,"schema":{"type":"string"}},{"name":"q","in":"query","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/SearchCharacterSearch"}}}},"400":{"description":"Bad Request","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"string"}},"required":["error"]}}}},"500":{"description":"Internal Server Error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"string"}},"required":["error"]}}}}}}},"/search/manga":{"get":{"tags":["search"],"operationId":"get_search_manga","parameters":[{"name":"end_date","in":"query","required":false,"schema":{"type":"string"}},{"name":"genre","in":"query","required":false,"schema":{"type":"string"}},{"name":"genre_exclude","in":"query","required":false,"schema":{"type":"string"}},{"name":"letter","in":"query","required":false,"schema":{"type":"string"}},{"name":"magazine","in":"query","required":false,"schema":{"type":"string"}},{"name":"order_by","in":"query","required":false,"schema":{"type":"string"}},{"name":"page","in":"query","required":false,"schema":{"type":"string"}},{"name":"q","in":"query","required":false,"schema":{"type":"string"}},{"name":"score","in":"query","required":false,"schema":{"type":"string"}},{"name":"sort","in":"query","required":false,"schema":{"type":"string"}},{"name":"start_date","in":"query","required":false,"schema":{"type":"string"}},{"name":"status","in":"query","required":false,"schema":{"type":"string"}},{"name":"type","in":"query","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/SearchMangaSearch"}}}},"400":{"description":"Bad Request","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"string"}},"required":["error"]}}}},"500":{"description":"Internal Server Error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"string"}},"required":["error"]}}}}}}},"/search/people":{"get":{"tags":["search"],"operationId":"get_search_people","parameters":[{"name":"letter","in":"query","required":false,"schema":{"type":"string"}},{"name":"page","in":"query","required":false,"schema":{"type":"string"}},{"name":"q","in":"query","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/SearchPersonSearch"}}}},"400":{"description":"Bad Request","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"string"}},"required":["error"]}}}},"500":{"description":"Internal Server Error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"string"}},"required":["error"]}}}}}}},"/search/users":{"get":{"tags":["search"],"operationId":"get_search_users","parameters":[{"name":"gender","in":"query","required":false,"schema":{"type":"string"}},{"name":"location","in":"query","required":false,"schema":{"type":"string"}},{"name":"max_age","in":"query","required":false,"schema":{"type":"string"}},{"name":"min_age","in":"query","required":false,"schema":{"type":"string"}},{"name":"page","in":"query","required":false,"schema":{"type":"string"}},{"name":"q","in":"query","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/SearchUserSearch"}}}},"400":{"description":"Bad Request","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"string"}},"required":["error"]}}}},"500":{"description":"Internal Server Error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"string"}},"required":["error"]}}}}}}},"/seasons":{"get":{"tags":["seasons"],"operationId":"get_seasons","responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/SeasonListSeasonArchive"}}}},"500":{"description":"Internal Server Error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"string"}},"required":["error"]}}}}}}},"/seasons/now":{"get":{"tags":["seasons"],"operationId":"get_seasons_now","responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Seasonal"}}}},"500":{"description":"Internal Server Error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"string"}},"required":["error"]}}}}}}},"/seasons/upcoming":{"get":{"tags":["seasons"],"operationId":"get_seasons_upcoming","responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Seasonal"}}}},"500":{"description":"Internal Server Error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"string"}},"required":["error"]}}}}}}},"/seasons/{year}/{season}":{"get":{"tags":["seasons"],"operationId":"get_seasons_year_season","parameters":[{"name":"year","in":"path","required":true,"schema":{"type":"string"}},{"name":"season","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Seasonal"}}}},"400":{"description":"Bad Request","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"string"}},"required":["error"]}}}},"500":{"description":"Internal Server Error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"string"}},"required":["error"]}}}}}}},"/top/anime":{"get":{"tags":["top"],"operationId":"get_top_anime","parameters":[{"name":"filter","in":"query","required":false,"schema":{"type":"string"}},{"name":"page","in":"query","required":false,"schema":{"type":"string"}},{"name":"type","in":"query","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/TopAnime"}}}},"400":{"description":"Bad Request","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"string"}},"required":["error"]}}}},"500":{"description":"Internal Server Error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"string"}},"required":["error"]}}}}}}},"/top/characters":{"get":{"tags":["top"],"operationId":"get_top_characters","parameters":[{"name":"page","in":"query","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/TopCharacters"}}}},"500":{"description":"Internal Server Error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"string"}},"required":["error"]}}}}}}},"/top/manga":{"get":{"tags":["top"],"operationId":"get_top_manga","parameters":[{"name":"filter","in":"query","required":false,"schema":{"type":"string"}},{"name":"page","in":"query","required":false,"schema":{"type":"string"}},{"name":"type","in":"query","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/TopManga"}}}},"400":{"description":"Bad Request","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"string"}},"required":["error"]}}}},"500":{"description":"Internal Server Error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"string"}},"required":["error"]}}}}}}},"/top/people":{"get":{"tags":["top"],"operationId":"get_top_people","parameters":[{"name":"page","in":"query","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/TopPeople"}}}},"500":{"description":"Internal Server Error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"string"}},"required":["error"]}}}}}}},"/users/recent":{"get":{"tags":["users"],"operationId":"get_users_recent","responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/SearchUserSearchListItem"}}}}},"500":{"description":"Internal Server Error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"string"}},"required":["error"]}}}}}}},"/users/userbyid/{id}":{"get":{"tags":["users"],"operationId":"get_users_userbyid_id","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UserMetaBasic"}}}},"400":{"description":"Bad Request","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"string"}},"required":["error"]}}}},"500":{"description":"Internal Server Error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"string"}},"required":["error"]}}}}}}},"/users/{username}":{"get":{"tags":["users"],"operationId":"get_users_username","parameters":[{"name":"username","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UserProfile"}}}},"500":{"description":"Internal Server Error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"string"}},"required":["error"]}}}}}}},"/users/{username}/animelist":{"get":{"tags":["users"],"operationId":"get_users_username_animelist","parameters":[{"name":"username","in":"path","required":true,"schema":{"type":"string"}},{"name":"page","in":"query","required":false,"schema":{"type":"string"}},{"name":"status","in":"query","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/UserAnimeListItem"}}}}},"500":{"description":"Internal Server Error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"string"}},"required":["error"]}}}}}}},"/users/{username}/clubs":{"get":{"tags":["users"],"operationId":"get_users_username_clubs","parameters":[{"name":"username","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/ClubMeta"}}}}},"500":{"description":"Internal Server Error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"string"}},"required":["error"]}}}}}}},"/users/{username}/friends":{"get":{"tags":["users"],"operationId":"get_users_username_friends","parameters":[{"name":"username","in":"path","required":true,"schema":{"type":"string"}},{"name":"page","in":"query","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UserFriends"}}}},"500":{"description":"Internal Server Error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"string"}},"required":["error"]}}}}}}},"/users/{username}/history":{"get":{"tags":["users"],"operationId":"get_users_username_history","parameters":[{"name":"username","in":"path","required":true,"schema":{"type":"string"}},{"name":"type","in":"query","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/UserHistory"}}}}},"400":{"description":"Bad Request","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"string"}},"required":["error"]}}}},"500":{"description":"Internal Server Error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"string"}},"required":["error"]}}}}}}},"/users/{username}/mangalist":{"get":{"tags":["users"],"operationId":"get_users_username_mangalist","parameters":[{"name":"username","in":"path","required":true,"schema":{"type":"string"}},{"name":"page","in":"query","required":false,"schema":{"type":"string"}},{"name":"status","in":"query","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/UserMangaListItem"}}}}},"500":{"description":"Internal Server Error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"string"}},"required":["error"]}}}}}}},"/users/{username}/recommendations":{"get":{"tags":["users"],"operationId":"get_users_username_recommendations","parameters":[{"name":"username","in":"path","required":true,"schema":{"type":"string"}},{"name":"page","in":"query","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/RecommendationsUserRecommendations"}}}},"500":{"description":"Internal Server Error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"string"}},"required":["error"]}}}}}}},"/users/{username}/reviews":{"get":{"tags":["users"],"operationId":"get_users_username_reviews","parameters":[{"name":"username","in":"path","required":true,"schema":{"type":"string"}},{"name":"page","in":"query","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UserReviews"}}}},"500":{"description":"Internal Server Error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"string"}},"required":["error"]}}}}}}},"/watch/episodes":{"get":{"tags":["watch"],"operationId":"get_watch_episodes","responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/WatchEpisodes"}}}},"500":{"description":"Internal Server Error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"string"}},"required":["error"]}}}}}}},"/watch/episodes/popular":{"get":{"tags":["watch"],"operationId":"get_watch_episodes_popular","responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/WatchEpisodes"}}}},"500":{"description":"Internal Server Error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"string"}},"required":["error"]}}}}}}},"/watch/promos":{"get":{"tags":["watch"],"operationId":"get_watch_promos","parameters":[{"name":"page","in":"query","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/WatchPromotionalVideos"}}}},"500":{"description":"Internal Server Error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"string"}},"required":["error"]}}}}}}},"/watch/promos/popular":{"get":{"tags":["watch"],"operationId":"get_watch_promos_popular","responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/WatchPromotionalVideos"}}}},"500":{"description":"Internal Server Error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"string"}},"required":["error"]}}}}}}}},"components":{"schemas":{"Anime":{"type":"object","properties":{"mal_id":{"type":"integer","format":"int64"},"url":{"type":"string"},"images":{"$ref":"#/components/schemas/CommonImageResource"},"trailer":{"$ref":"#/components/schemas/YoutubeMeta"},"approved":{"type":"boolean"},"titles":{"type":"array","items":{"$ref":"#/components/schemas/Title"}},"title":{"type":"string"},"title_english":{"type":["string","null"]},"title_japanese":{"type":["string","null"]},"title_synonyms":{"type":"array","items":{"type":"string"}},"type":{"type":["string","null"]},"source":{"type":["string","null"]},"episodes":{"type":["integer","null"],"format":"int64"},"status":{"type":["string","null"]},"airing":{"type":"boolean"},"aired":{"$ref":"#/components/schemas/DateRange"},"duration":{"type":["string","null"]},"rating":{"type":["string","null"]},"score":{"type":["number","null"],"format":"double"},"scored_by":{"type":["integer","null"],"format":"int64"},"rank":{"type":["integer","null"],"format":"int64"},"popularity":{"type":["integer","null"],"format":"int64"},"members":{"type":["integer","null"],"format":"int64"},"favorites":{"type":["integer","null"],"format":"int64"},"synopsis":{"type":["string","null"]},"background":{"type":["string","null"]},"premiered":{"type":["string","null"]},"broadcast":{"type":["string","null"]},"related":{"type":"object","additionalProperties":{"type":"array","items":{"$ref":"#/components/schemas/MalUrl"}}},"producers":{"type":"array","items":{"$ref":"#/components/schemas/MalUrl"}},"licensors":{"type":"array","items":{"$ref":"#/components/schemas/MalUrl"}},"studios":{"type":"array","items":{"$ref":"#/components/schemas/MalUrl"}},"genres":{"type":"array","items":{"$ref":"#/components/schemas/MalUrl"}},"explicit_genres":{"type":"array","items":{"$ref":"#/components/schemas/MalUrl"}},"demographics":{"type":"array","items":{"$ref":"#/components/schemas/MalUrl"}},"themes":{"type":"array","items":{"$ref":"#/components/schemas/MalUrl"}},"opening_themes":{"type":"array","items":{"type":"string"}},"ending_themes":{"type":"array","items":{"type":"string"}},"external_links":{"type":"array","items":{"$ref":"#/components/schemas/Url"}},"streaming_links":{"type":"array","items":{"$ref":"#/components/schemas/Url"}}},"required":["mal_id","url","images","trailer","approved","titles","title","title_english","title_japanese","title_synonyms","type","source","episodes","status","airing","aired","duration","rating","score","scored_by","rank","popularity","members","favorites","synopsis","background","premiered","broadcast","related","producers","licensors","studios","genres","explicit_genres","demographics","themes","opening_themes","ending_themes","external_links","streaming_links"]},"AnimeCard":{"type":"object","properties":{"mal_id":{"type":"integer","format":"int64"},"url":{"type":"string"},"title":{"type":"string"},"images":{"$ref":"#/components/schemas/CommonImageResource"},"synopsis":{"type":["string","null"]},"type":{"type":["string","null"]},"airing_start":{"type":["string","null"],"format":"date-time"},"episodes":{"type":["integer","null"],"format":"int64"},"members":{"type":"integer","format":"int64"},"genres":{"type":"array","items":{"$ref":"#/components/schemas/MalUrl"}},"explicit_genres":{"type":"array","items":{"$ref":"#/components/schemas/MalUrl"}},"themes":{"type":"array","items":{"$ref":"#/components/schemas/MalUrl"}},"demographics":{"type":"array","items":{"$ref":"#/components/schemas/MalUrl"}},"source":{"type":["string","null"]},"producers":{"type":"array","items":{"$ref":"#/components/schemas/MalUrl"}},"score":{"type":["number","null"],"format":"double"},"licensors":{"type":"array","items":{"type":"string"}},"r18":{"type":"boolean"},"kids":{"type":"boolean"},"continuing":{"type":"boolean"}},"required":["mal_id","url","title","images","synopsis","type","airing_start","episodes","members","genres","explicit_genres","themes","demographics","source","producers","score","licensors","r18","kids","continuing"]},"AnimeEpisode":{"type":"object","properties":{"mal_id":{"type":"integer","format":"int64"},"url":{"type":"string"},"title":{"type":"string"},"title_japanese":{"type":["string","null"]},"title_romanji":{"type":["string","null"]},"duration":{"type":["integer","null"],"format":"int64"},"aired":{"type":["string","null"],"format":"date-time"},"filler":{"type":"boolean"},"recap":{"type":"boolean"},"synopsis":{"type":["string","null"]}},"required":["mal_id","url","title","title_japanese","title_romanji","duration","aired","filler","recap","synopsis"]},"AnimeEpisodeListItem":{"type":"object","properties":{"mal_id":{"type":"integer","format":"int64"},"url":{"type":["string","null"]},"title":{"type":"string"},"title_japanese":{"type":["string","null"]},"title_romanji":{"type":["string","null"]},"aired":{"type":["string","null"],"format":"date-time"},"score":{"type":["number","null"],"format":"double"},"filler":{"type":"boolean"},"recap":{"type":"boolean"},"forum_url":{"type":["string","null"]}},"required":["mal_id","url","title","title_japanese","title_romanji","aired","score","filler","recap","forum_url"]},"AnimeEpisodes":{"type":"object","properties":{"last_visible_page":{"type":["integer","null"],"format":"int64"},"has_next_page":{"type":"boolean"},"results":{"type":"array","items":{"$ref":"#/components/schemas/AnimeEpisodeListItem"}}},"required":["results"]},"AnimeMeta":{"type":"object","properties":{"mal_id":{"type":"integer","format":"int64"},"url":{"type":"string"},"images":{"$ref":"#/components/schemas/CommonImageResource"},"title":{"type":"string"}},"required":["mal_id","url","images","title"]},"AnimeMoreInfo":{"type":"object","properties":{"more_info":{"type":["string","null"]}},"required":["more_info"]},"AnimeMusicVideoListItem":{"type":"object","properties":{"title":{"type":"string"},"video":{"$ref":"#/components/schemas/YoutubeMeta"},"meta":{"$ref":"#/components/schemas/MusicMeta"}},"required":["title","video","meta"]},"AnimePromoListItem":{"type":"object","properties":{"title":{"type":"string"},"trailer":{"$ref":"#/components/schemas/YoutubeMeta"}},"required":["title","trailer"]},"AnimeRecentlyUpdatedByUser":{"type":"object","properties":{"user":{"$ref":"#/components/schemas/UserMeta"},"score":{"type":["integer","null"],"format":"int64"},"status":{"type":"string"},"episodes_seen":{"type":["integer","null"],"format":"int64"},"episodes_total":{"type":["integer","null"],"format":"int64"},"date":{"type":["string","null"],"format":"date-time"}},"required":["user","score","status","episodes_seen","episodes_total","date"]},"AnimeReview":{"type":"object","properties":{"mal_id":{"type":"integer","format":"int64"},"url":{"type":"string"},"type":{"type":["string","null"]},"reactions":{"$ref":"#/components/schemas/ReviewsReactions"},"date":{"type":["string","null"],"format":"date-time"},"review":{"type":"string"},"score":{"type":"integer","format":"int64"},"tags":{"type":"array","items":{"type":"string"}},"is_spoiler":{"type":"boolean"},"is_preliminary":{"type":"boolean"},"episodes_watched":{"type":["integer","null"],"format":"int64"},"user":{"$ref":"#/components/schemas/ReviewsReviewer"}},"required":["user"]},"AnimeReviews":{"type":"object","properties":{"last_visible_page":{"type":["integer","null"],"format":"int64"},"has_next_page":{"type":"boolean"},"results":{"type":"array","items":{"$ref":"#/components/schemas/AnimeReview"}}},"required":["results"]},"AnimeStaffListItem":{"type":"object","properties":{"person":{"$ref":"#/components/schemas/PersonMeta"},"positions":{"type":"array","items":{"type":"string"}}},"required":["person","positions"]},"AnimeStats":{"type":"object","properties":{"watching":{"type":"integer","format":"int64"},"completed":{"type":"integer","format":"int64"},"on_hold":{"type":"integer","format":"int64"},"dropped":{"type":"integer","format":"int64"},"plan_to_watch":{"type":"integer","format":"int64"},"total":{"type":"integer","format":"int64"},"scores":{"type":"array","items":{"$ref":"#/components/schemas/AnimeStatsScore"}}},"required":["watching","completed","on_hold","dropped","plan_to_watch","total","scores"]},"AnimeStatsScore":{"type":"object","properties":{"score":{"type":"integer","format":"int64"},"votes":{"type":"integer","format":"int64"},"percentage":{"type":"number","format":"double"}},"required":["score","votes","percentage"]},"AnimeStreamEpisodeListItem":{"type":"object","properties":{"mal_id":{"type":["integer","null"],"format":"int64"},"title":{"type":"string"},"episode":{"type":"string"},"url":{"type":"string"},"images":{"$ref":"#/components/schemas/WrapImageResource"}},"required":["mal_id","title","episode","url","images"]},"AnimeUserUpdates":{"type":"object","properties":{"last_visible_page":{"type":["integer","null"],"format":"int64"},"has_next_page":{"type":"boolean"},"results":{"type":"array","items":{"$ref":"#/components/schemas/AnimeRecentlyUpdatedByUser"}}},"required":["results"]},"AnimeVideos":{"type":"object","properties":{"promo":{"type":"array","items":{"$ref":"#/components/schemas/AnimePromoListItem"}},"episodes":{"type":"array","items":{"$ref":"#/components/schemas/AnimeStreamEpisodeListItem"}},"music_videos":{"type":"array","items":{"$ref":"#/components/schemas/AnimeMusicVideoListItem"}}},"required":["promo","episodes","music_videos"]},"AnimeVideosEpisodes":{"type":"object","properties":{"last_visible_page":{"type":["integer","null"],"format":"int64"},"has_next_page":{"type":"boolean"},"results":{"type":"array","items":{"$ref":"#/components/schemas/AnimeStreamEpisodeListItem"}}},"required":["results"]},"Character":{"type":"object","properties":{"mal_id":{"type":"integer","format":"int64"},"url":{"type":"string"},"name":{"type":"string"},"name_kanji":{"type":["string","null"]},"nicknames":{"type":"array","items":{"type":"string"}},"about":{"type":["string","null"]},"member_favorites":{"type":"integer","format":"int64"},"images":{"$ref":"#/components/schemas/CharacterImageResource"},"animeography":{"type":"array","items":{"$ref":"#/components/schemas/CharacterAnimeography"}},"mangaography":{"type":"array","items":{"$ref":"#/components/schemas/CharacterMangaography"}},"voice_actors":{"type":"array","items":{"$ref":"#/components/schemas/CharacterVoiceActor"}}},"required":["mal_id","url","name","name_kanji","nicknames","about","member_favorites","images","animeography","mangaography","voice_actors"]},"CharacterAnimeography":{"type":"object","properties":{"anime":{"$ref":"#/components/schemas/AnimeMeta"},"role":{"type":"string"}},"required":["anime"]},"CharacterImageJpg":{"type":"object","properties":{"image_url":{"type":["string","null"]}},"required":["image_url"]},"CharacterImageResource":{"type":"object","properties":{"jpg":{"$ref":"#/components/schemas/CharacterImageJpg"},"webp":{"$ref":"#/components/schemas/CharacterImageWebp"}},"required":["jpg","webp"]},"CharacterImageWebp":{"type":"object","properties":{"image_url":{"type":["string","null"]},"small_image_url":{"type":["string","null"]}},"required":["image_url","small_image_url"]},"CharacterListItem":{"type":"object","properties":{"character":{"$ref":"#/components/schemas/CharacterMeta"},"role":{"type":"string"},"favorites":{"type":"integer","format":"int64"},"voice_actors":{"type":"array","items":{"$ref":"#/components/schemas/CharacterVoiceActor"}}},"required":["character","role","favorites","voice_actors"]},"CharacterMangaography":{"type":"object","properties":{"manga":{"$ref":"#/components/schemas/MangaMeta"},"role":{"type":"string"}},"required":["manga"]},"CharacterMeta":{"type":"object","properties":{"mal_id":{"type":"integer","format":"int64"},"url":{"type":"string"},"images":{"$ref":"#/components/schemas/CharacterImageResource"},"name":{"type":"string"}},"required":["mal_id","url","images","name"]},"CharacterVoiceActor":{"type":"object","properties":{"person":{"$ref":"#/components/schemas/PersonMeta"},"language":{"type":"string"}},"required":["person","language"]},"Club":{"type":"object","properties":{"mal_id":{"type":"integer","format":"int64"},"url":{"type":"string"},"images":{"$ref":"#/components/schemas/ClubImageResource"},"name":{"type":"string"},"members":{"type":"integer","format":"int64"},"category":{"type":"string"},"created":{"type":["string","null"],"format":"date-time"},"access":{"type":"string"},"staff":{"type":"array","items":{"$ref":"#/components/schemas/UserMetaBasic"}},"anime":{"type":"array","items":{"$ref":"#/components/schemas/MalUrl"}},"manga":{"type":"array","items":{"$ref":"#/components/schemas/MalUrl"}},"characters":{"type":"array","items":{"$ref":"#/components/schemas/MalUrl"}}},"required":["mal_id","url","images","name","members","category","created","access","staff","anime","manga","characters"]},"ClubImageJpg":{"type":"object","properties":{"image_url":{"type":["string","null"]}},"required":["image_url"]},"ClubImageResource":{"type":"object","properties":{"jpg":{"$ref":"#/components/schemas/ClubImageJpg"}},"required":["jpg"]},"ClubMeta":{"type":"object","properties":{"mal_id":{"type":"integer","format":"int64"},"name":{"type":"string"},"url":{"type":"string"}},"required":["mal_id","name","url"]},"ClubUserList":{"type":"object","properties":{"last_visible_page":{"type":["integer","null"],"format":"int64"},"has_next_page":{"type":"boolean"},"results":{"type":"array","items":{"$ref":"#/components/schemas/ClubUserProfile"}}},"required":["results"]},"ClubUserProfile":{"type":"object","properties":{"username":{"type":"string"},"url":{"type":"string"},"images":{"$ref":"#/components/schemas/UserImageResource"}},"required":["username","url","images"]},"CommonImageJpg":{"type":"object","properties":{"image_url":{"type":["string","null"]},"small_image_url":{"type":["string","null"]},"large_image_url":{"type":["string","null"]}},"required":["image_url","small_image_url","large_image_url"]},"CommonImageResource":{"type":"object","properties":{"jpg":{"$ref":"#/components/schemas/CommonImageJpg"},"webp":{"$ref":"#/components/schemas/CommonImageWebp"}},"required":["jpg","webp"]},"CommonImageWebp":{"type":"object","properties":{"image_url":{"type":["string","null"]},"small_image_url":{"type":["string","null"]},"large_image_url":{"type":["string","null"]}},"required":["image_url","small_image_url","large_image_url"]},"CommonMeta":{"type":"object","properties":{"mal_id":{"type":"integer","format":"int64"},"url":{"type":"string"},"images":{"$ref":"#/components/schemas/CommonImageResource"},"title":{"type":"string"}},"required":["mal_id","url","images","title"]},"DateProp":{"type":"object","properties":{"day":{"type":["integer","null"],"format":"int64"},"month":{"type":["integer","null"],"format":"int64"},"year":{"type":["integer","null"],"format":"int64"}},"required":["day","month","year"]},"DateRange":{"type":"object","properties":{"from":{"type":["string","null"],"format":"date-time"},"until":{"type":["string","null"],"format":"date-time"},"from_prop":{"$ref":"#/components/schemas/DateProp"},"until_prop":{"$ref":"#/components/schemas/DateProp"},"string":{"type":"string"}},"required":["from","until","from_prop","until_prop","string"]},"ForumPost":{"type":"object","properties":{"url":{"type":"string"},"author_username":{"type":"string"},"author_url":{"type":"string"},"date":{"type":["string","null"],"format":"date-time"}},"required":["url","author_username","author_url","date"]},"ForumTopic":{"type":"object","properties":{"mal_id":{"type":"integer","format":"int64"},"url":{"type":"string"},"title":{"type":"string"},"date":{"type":["string","null"],"format":"date-time"},"author_username":{"type":"string"},"author_url":{"type":"string"},"comments":{"type":"integer","format":"int64"},"last_comment":{"$ref":"#/components/schemas/ForumPost"}},"required":["mal_id","url","title","date","author_username","author_url","comments","last_comment"]},"GenreAnimeGenre":{"type":"object","properties":{"last_visible_page":{"type":["integer","null"],"format":"int64"},"has_next_page":{"type":"boolean"},"mal_id":{"type":"integer","format":"int64"},"url":{"type":"string"},"name":{"type":"string"},"description":{"type":"string"},"count":{"type":"integer","format":"int64"},"results":{"type":"array","items":{"$ref":"#/components/schemas/AnimeCard"}}},"required":["mal_id","url","name","description","count","results"]},"GenreAnimeGenreList":{"type":"object","properties":{"genres":{"type":"array","items":{"$ref":"#/components/schemas/GenreAnimeGenreListItem"}},"explicit_genres":{"type":"array","items":{"$ref":"#/components/schemas/GenreAnimeGenreListItem"}},"themes":{"type":"array","items":{"$ref":"#/components/schemas/GenreAnimeGenreListItem"}},"demographics":{"type":"array","items":{"$ref":"#/components/schemas/GenreAnimeGenreListItem"}}},"required":["genres","explicit_genres","themes","demographics"]},"GenreAnimeGenreListItem":{"type":"object","properties":{"mal_id":{"type":"integer","format":"int64"},"name":{"type":"string"},"url":{"type":"string"},"count":{"type":"integer","format":"int64"}},"required":["mal_id","name","url","count"]},"GenreMangaGenre":{"type":"object","properties":{"last_visible_page":{"type":["integer","null"],"format":"int64"},"has_next_page":{"type":"boolean"},"mal_id":{"type":"integer","format":"int64"},"url":{"type":"string"},"name":{"type":"string"},"description":{"type":"string"},"count":{"type":"integer","format":"int64"},"results":{"type":"array","items":{"$ref":"#/components/schemas/MangaCard"}}},"required":["mal_id","url","name","description","count","results"]},"GenreMangaGenreList":{"type":"object","properties":{"genres":{"type":"array","items":{"$ref":"#/components/schemas/GenreMangaGenreListItem"}},"explicit_genres":{"type":"array","items":{"$ref":"#/components/schemas/GenreMangaGenreListItem"}},"themes":{"type":"array","items":{"$ref":"#/components/schemas/GenreMangaGenreListItem"}},"demographics":{"type":"array","items":{"$ref":"#/components/schemas/GenreMangaGenreListItem"}}},"required":["genres","explicit_genres","themes","demographics"]},"GenreMangaGenreListItem":{"type":"object","properties":{"mal_id":{"type":"integer","format":"int64"},"name":{"type":"string"},"url":{"type":"string"},"count":{"type":"integer","format":"int64"}},"required":["mal_id","name","url","count"]},"Magazine":{"type":"object","properties":{"last_visible_page":{"type":["integer","null"],"format":"int64"},"has_next_page":{"type":"boolean"},"mal_id":{"type":"integer","format":"int64"},"url":{"type":"string"},"name":{"type":"string"},"results":{"type":"array","items":{"$ref":"#/components/schemas/MangaCard"}}},"required":["mal_id","url","name","results"]},"MagazineList":{"type":"object","properties":{"magazines":{"type":"array","items":{"$ref":"#/components/schemas/MagazineListItem"}}},"required":["magazines"]},"MagazineListItem":{"type":"object","properties":{"mal_id":{"type":"integer","format":"int64"},"name":{"type":"string"},"url":{"type":"string"},"count":{"type":"integer","format":"int64"}},"required":["mal_id","name","url","count"]},"MalUrl":{"type":"object","properties":{"mal_id":{"type":"integer","format":"int64"},"type":{"type":"string"},"name":{"type":"string"},"url":{"type":"string"}},"required":["mal_id","type","name","url"]},"Manga":{"type":"object","properties":{"mal_id":{"type":"integer","format":"int64"},"url":{"type":"string"},"title":{"type":"string"},"title_english":{"type":["string","null"]},"title_synonyms":{"type":"array","items":{"type":"string"}},"approved":{"type":"boolean"},"title_japanese":{"type":["string","null"]},"titles":{"type":"array","items":{"$ref":"#/components/schemas/Title"}},"status":{"type":"string"},"images":{"$ref":"#/components/schemas/CommonImageResource"},"type":{"type":["string","null"]},"volumes":{"type":["integer","null"],"format":"int64"},"chapters":{"type":["integer","null"],"format":"int64"},"publishing":{"type":"boolean"},"published":{"$ref":"#/components/schemas/DateRange"},"rank":{"type":["integer","null"],"format":"int64"},"score":{"type":["number","null"],"format":"double"},"scored_by":{"type":["integer","null"],"format":"int64"},"popularity":{"type":["integer","null"],"format":"int64"},"members":{"type":["integer","null"],"format":"int64"},"favorites":{"type":["integer","null"],"format":"int64"},"synopsis":{"type":["string","null"]},"background":{"type":["string","null"]},"related":{"type":"object","additionalProperties":{"type":"array","items":{"$ref":"#/components/schemas/MalUrl"}}},"genres":{"type":"array","items":{"$ref":"#/components/schemas/MalUrl"}},"explicit_genres":{"type":"array","items":{"$ref":"#/components/schemas/MalUrl"}},"demographics":{"type":"array","items":{"$ref":"#/components/schemas/MalUrl"}},"themes":{"type":"array","items":{"$ref":"#/components/schemas/MalUrl"}},"authors":{"type":"array","items":{"$ref":"#/components/schemas/MalUrl"}},"serializations":{"type":"array","items":{"$ref":"#/components/schemas/MalUrl"}},"external_links":{"type":"array","items":{"$ref":"#/components/schemas/Url"}}},"required":["mal_id","url","title","title_english","title_synonyms","approved","title_japanese","titles","status","images","type","volumes","chapters","publishing","published","rank","score","scored_by","popularity","members","favorites","synopsis","background","related","genres","explicit_genres","demographics","themes","authors","serializations","external_links"]},"MangaCard":{"type":"object","properties":{"mal_id":{"type":"integer","format":"int64"},"url":{"type":"string"},"title":{"type":"string"},"images":{"$ref":"#/components/schemas/CommonImageResource"},"synopsis":{"type":"string"},"type":{"type":["string","null"]},"publishing_start":{"type":["string","null"],"format":"date-time"},"volumes":{"type":["integer","null"],"format":"int64"},"members":{"type":"integer","format":"int64"},"genres":{"type":"array","items":{"$ref":"#/components/schemas/MalUrl"}},"explicit_genres":{"type":"array","items":{"$ref":"#/components/schemas/MalUrl"}},"themes":{"type":"array","items":{"$ref":"#/components/schemas/MalUrl"}},"demographics":{"type":"array","items":{"$ref":"#/components/schemas/MalUrl"}},"authors":{"type":"array","items":{"$ref":"#/components/schemas/MalUrl"}},"score":{"type":["number","null"],"format":"double"},"serialization":{"type":"array","items":{"type":"string"}}},"required":["mal_id","url","title","images","synopsis","type","publishing_start","volumes","members","genres","explicit_genres","themes","demographics","authors","score","serialization"]},"MangaCharacterListItem":{"type":"object","properties":{"character":{"$ref":"#/components/schemas/CharacterMeta"},"role":{"type":"string"}},"required":["character","role"]},"MangaMeta":{"type":"object","properties":{"mal_id":{"type":"integer","format":"int64"},"url":{"type":"string"},"images":{"$ref":"#/components/schemas/CommonImageResource"},"title":{"type":"string"}},"required":["mal_id","url","images","title"]},"MangaMoreInfo":{"type":"object","properties":{"more_info":{"type":["string","null"]}},"required":["more_info"]},"MangaRecentlyUpdatedByUser":{"type":"object","properties":{"user":{"$ref":"#/components/schemas/UserMeta"},"score":{"type":["integer","null"],"format":"int64"},"status":{"type":"string"},"volumes_read":{"type":["integer","null"],"format":"int64"},"volumes_total":{"type":["integer","null"],"format":"int64"},"chapters_read":{"type":["integer","null"],"format":"int64"},"chapters_total":{"type":["integer","null"],"format":"int64"},"date":{"type":["string","null"],"format":"date-time"}},"required":["user","score","status","volumes_read","volumes_total","chapters_read","chapters_total","date"]},"MangaReview":{"type":"object","properties":{"mal_id":{"type":"integer","format":"int64"},"url":{"type":"string"},"type":{"type":["string","null"]},"reactions":{"$ref":"#/components/schemas/ReviewsReactions"},"date":{"type":["string","null"],"format":"date-time"},"review":{"type":"string"},"score":{"type":"integer","format":"int64"},"tags":{"type":"array","items":{"type":"string"}},"is_spoiler":{"type":"boolean"},"is_preliminary":{"type":"boolean"},"chapters_read":{"type":["integer","null"],"format":"int64"},"user":{"$ref":"#/components/schemas/ReviewsReviewer"}},"required":["user"]},"MangaReviews":{"type":"object","properties":{"last_visible_page":{"type":["integer","null"],"format":"int64"},"has_next_page":{"type":"boolean"},"results":{"type":"array","items":{"$ref":"#/components/schemas/MangaReview"}}},"required":["results"]},"MangaStats":{"type":"object","properties":{"reading":{"type":"integer","format":"int64"},"completed":{"type":"integer","format":"int64"},"on_hold":{"type":"integer","format":"int64"},"dropped":{"type":"integer","format":"int64"},"plan_to_read":{"type":"integer","format":"int64"},"total":{"type":"integer","format":"int64"},"scores":{"type":"array","items":{"$ref":"#/components/schemas/MangaStatsScore"}}},"required":["reading","completed","on_hold","dropped","plan_to_read","total","scores"]},"MangaStatsScore":{"type":"object","properties":{"score":{"type":"integer","format":"int64"},"votes":{"type":"integer","format":"int64"},"percentage":{"type":"number","format":"double"}},"required":["score","votes","percentage"]},"MangaUserUpdates":{"type":"object","properties":{"last_visible_page":{"type":["integer","null"],"format":"int64"},"has_next_page":{"type":"boolean"},"results":{"type":"array","items":{"$ref":"#/components/schemas/MangaRecentlyUpdatedByUser"}}},"required":["results"]},"MusicMeta":{"type":"object","properties":{"title":{"type":["string","null"]},"author":{"type":["string","null"]}},"required":["title","author"]},"NewsList":{"type":"object","properties":{"last_visible_page":{"type":["integer","null"],"format":"int64"},"has_next_page":{"type":"boolean"},"results":{"type":"array","items":{"$ref":"#/components/schemas/NewsListItem"}}},"required":["results"]},"NewsListItem":{"type":"object","properties":{"mal_id":{"type":["integer","null"],"format":"int64"},"url":{"type":"string"},"title":{"type":"string"},"date":{"type":["string","null"],"format":"date-time"},"author_username":{"type":"string"},"author_url":{"type":"string"},"forum_url":{"type":"string"},"images":{"$ref":"#/components/schemas/WrapImageResource"},"comments":{"type":"integer","format":"int64"},"excerpt":{"type":"string"}},"required":["mal_id","url","title","date","author_username","author_url","forum_url","images","comments","excerpt"]},"Person":{"type":"object","properties":{"mal_id":{"type":"integer","format":"int64"},"url":{"type":"string"},"images":{"$ref":"#/components/schemas/PersonImageResource"},"website_url":{"type":["string","null"]},"name":{"type":"string"},"given_name":{"type":["string","null"]},"family_name":{"type":["string","null"]},"alternate_names":{"type":"array","items":{"type":"string"}},"birthday":{"type":["string","null"],"format":"date-time"},"member_favorites":{"type":["integer","null"],"format":"int64"},"about":{"type":["string","null"]},"voice_acting_roles":{"type":"array","items":{"$ref":"#/components/schemas/PersonVoiceActingRole"}},"anime_staff_positions":{"type":"array","items":{"$ref":"#/components/schemas/PersonAnimeStaffPosition"}},"published_manga":{"type":"array","items":{"$ref":"#/components/schemas/PersonPublishedManga"}}},"required":["mal_id","url","images","website_url","name","given_name","family_name","alternate_names","birthday","member_favorites","about","voice_acting_roles","anime_staff_positions","published_manga"]},"PersonAnimeStaffPosition":{"type":"object","properties":{"position":{"type":"string"},"anime":{"$ref":"#/components/schemas/AnimeMeta"}},"required":["position","anime"]},"PersonImageJpg":{"type":"object","properties":{"image_url":{"type":["string","null"]}},"required":["image_url"]},"PersonImageResource":{"type":"object","properties":{"jpg":{"$ref":"#/components/schemas/PersonImageJpg"}},"required":["jpg"]},"PersonMeta":{"type":"object","properties":{"mal_id":{"type":"integer","format":"int64"},"url":{"type":"string"},"images":{"$ref":"#/components/schemas/PersonImageResource"},"name":{"type":"string"}},"required":["mal_id","url","images","name"]},"PersonPublishedManga":{"type":"object","properties":{"position":{"type":"string"},"manga_meta":{"$ref":"#/components/schemas/MangaMeta"}},"required":["position","manga_meta"]},"PersonVoiceActingRole":{"type":"object","properties":{"role":{"type":["string","null"]},"anime":{"$ref":"#/components/schemas/AnimeMeta"},"character":{"$ref":"#/components/schemas/CharacterMeta"}},"required":["role","anime","character"]},"Producer":{"type":"object","properties":{"last_visible_page":{"type":["integer","null"],"format":"int64"},"has_next_page":{"type":"boolean"},"mal_id":{"type":"integer","format":"int64"},"url":{"type":"string"},"images":{"$ref":"#/components/schemas/WrapImageResource"},"name":{"type":"string"},"titles":{"type":"array","items":{"$ref":"#/components/schemas/Title"}},"established":{"type":["string","null"],"format":"date-time"},"favorites":{"type":["integer","null"],"format":"int64"},"about":{"type":["string","null"]},"external_links":{"type":"array","items":{"$ref":"#/components/schemas/Url"}},"count":{"type":"integer","format":"int64"},"results":{"type":"array","items":{"$ref":"#/components/schemas/AnimeCard"}}},"required":["mal_id","url","images","name","titles","established","favorites","about","external_links","count","results"]},"ProducerList":{"type":"object","properties":{"producers":{"type":"array","items":{"$ref":"#/components/schemas/ProducerListItem"}}},"required":["producers"]},"ProducerListItem":{"type":"object","properties":{"mal_id":{"type":"integer","format":"int64"},"name":{"type":"string"},"url":{"type":"string"},"count":{"type":"integer","format":"int64"}},"required":["mal_id","name","url","count"]},"Recommendation":{"type":"object","properties":{"entry":{"$ref":"#/components/schemas/CommonMeta"},"url":{"type":"string"},"votes":{"type":"integer","format":"int64"}},"required":["entry","url","votes"]},"RecommendationsRecentRecommendations":{"type":"object","properties":{"last_visible_page":{"type":["integer","null"],"format":"int64"},"has_next_page":{"type":"boolean"},"results":{"type":"array","items":{"$ref":"#/components/schemas/RecommendationsRecommendationListItem"}}},"required":["results"]},"RecommendationsRecommendationListItem":{"type":"object","properties":{"mal_id":{"type":"string"},"entry":{"type":"array","items":{"$ref":"#/components/schemas/CommonMeta"}},"content":{"type":"string"},"date":{"type":["string","null"],"format":"date-time"},"user":{"$ref":"#/components/schemas/RecommendationsRecommender"}},"required":["mal_id","entry","content","date","user"]},"RecommendationsRecommender":{"type":"object","properties":{"url":{"type":"string"},"username":{"type":"string"}}},"RecommendationsUserRecommendations":{"type":"object","properties":{"last_visible_page":{"type":["integer","null"],"format":"int64"},"has_next_page":{"type":"boolean"},"results":{"type":"array","items":{"$ref":"#/components/schemas/RecommendationsRecommendationListItem"}}},"required":["results"]},"Reviews":{"type":"object","properties":{"last_visible_page":{"type":["integer","null"],"format":"int64"},"has_next_page":{"type":"boolean"},"results":{"type":"array","items":{}}},"required":["results"]},"ReviewsReactions":{"type":"object","properties":{"overall":{"type":"integer","format":"int64"},"nice":{"type":"integer","format":"int64"},"love_it":{"type":"integer","format":"int64"},"funny":{"type":"integer","format":"int64"},"confusing":{"type":"integer","format":"int64"},"informative":{"type":"integer","format":"int64"},"well_written":{"type":"integer","format":"int64"},"creative":{"type":"integer","format":"int64"}},"required":["overall","nice","love_it","funny","confusing","informative","well_written","creative"]},"ReviewsReviewer":{"type":"object","properties":{"url":{"type":"string"},"username":{"type":"string"},"images":{"$ref":"#/components/schemas/UserImageResource"}},"required":["images"]},"Schedule":{"type":"object","properties":{"monday":{"type":"array","items":{"$ref":"#/components/schemas/AnimeCard"}},"tuesday":{"type":"array","items":{"$ref":"#/components/schemas/AnimeCard"}},"wednesday":{"type":"array","items":{"$ref":"#/components/schemas/AnimeCard"}},"thursday":{"type":"array","items":{"$ref":"#/components/schemas/AnimeCard"}},"friday":{"type":"array","items":{"$ref":"#/components/schemas/AnimeCard"}},"saturday":{"type":"array","items":{"$ref":"#/components/schemas/AnimeCard"}},"sunday":{"type":"array","items":{"$ref":"#/components/schemas/AnimeCard"}},"other":{"type":"array","items":{"$ref":"#/components/schemas/AnimeCard"}},"unknown":{"type":"array","items":{"$ref":"#/components/schemas/AnimeCard"}}},"required":["monday","tuesday","wednesday","thursday","friday","saturday","sunday","other","unknown"]},"SearchAnimeSearch":{"type":"object","properties":{"last_visible_page":{"type":["integer","null"],"format":"int64"},"has_next_page":{"type":"boolean"},"results":{"type":"array","items":{"$ref":"#/components/schemas/SearchAnimeSearchListItem"}}},"required":["results"]},"SearchAnimeSearchListItem":{"type":"object","properties":{"mal_id":{"type":"integer","format":"int64"},"url":{"type":"string"},"images":{"$ref":"#/components/schemas/CommonImageResource"},"title":{"type":"string"},"airing":{"type":"boolean"},"synopsis":{"type":"string"},"type":{"type":"string"},"episodes":{"type":"integer","format":"int64"},"score":{"type":"number","format":"double"},"start_date":{"type":["string","null"],"format":"date-time"},"end_date":{"type":["string","null"],"format":"date-time"},"members":{"type":"integer","format":"int64"},"rated":{"type":["string","null"]}},"required":["mal_id","url","images","title","airing","synopsis","type","episodes","score","start_date","end_date","members","rated"]},"SearchCharacterSearch":{"type":"object","properties":{"last_visible_page":{"type":["integer","null"],"format":"int64"},"has_next_page":{"type":"boolean"},"results":{"type":"array","items":{"$ref":"#/components/schemas/SearchCharacterSearchListItem"}}},"required":["results"]},"SearchCharacterSearchListItem":{"type":"object","properties":{"mal_id":{"type":"integer","format":"int64"},"url":{"type":"string"},"images":{"$ref":"#/components/schemas/CharacterImageResource"},"name":{"type":"string"},"alternative_names":{"type":"array","items":{"type":"string"}},"anime":{"type":"array","items":{"$ref":"#/components/schemas/MalUrl"}},"manga":{"type":"array","items":{"$ref":"#/components/schemas/MalUrl"}}},"required":["mal_id","url","images","name","alternative_names","anime","manga"]},"SearchMangaSearch":{"type":"object","properties":{"last_visible_page":{"type":["integer","null"],"format":"int64"},"has_next_page":{"type":"boolean"},"results":{"type":"array","items":{"$ref":"#/components/schemas/SearchMangaSearchListItem"}}},"required":["results"]},"SearchMangaSearchListItem":{"type":"object","properties":{"mal_id":{"type":"integer","format":"int64"},"url":{"type":"string"},"images":{"$ref":"#/components/schemas/CommonImageResource"},"title":{"type":"string"},"publishing":{"type":"boolean"},"synopsis":{"type":"string"},"type":{"type":"string"},"chapters":{"type":"integer","format":"int64"},"volumes":{"type":"integer","format":"int64"},"score":{"type":"number","format":"double"},"start_date":{"type":["string","null"],"format":"date-time"},"end_date":{"type":["string","null"],"format":"date-time"},"members":{"type":"integer","format":"int64"}},"required":["mal_id","url","images","title","publishing","synopsis","type","chapters","volumes","score","start_date","end_date","members"]},"SearchPersonSearch":{"type":"object","properties":{"last_visible_page":{"type":["integer","null"],"format":"int64"},"has_next_page":{"type":"boolean"},"results":{"type":"array","items":{"$ref":"#/components/schemas/SearchPersonSearchListItem"}}},"required":["results"]},"SearchPersonSearchListItem":{"type":"object","properties":{"mal_id":{"type":"integer","format":"int64"},"url":{"type":"string"},"images":{"$ref":"#/components/schemas/PersonImageResource"},"name":{"type":"string"},"alternative_names":{"type":"array","items":{"type":"string"}}},"required":["mal_id","url","images","name","alternative_names"]},"SearchUserSearch":{"type":"object","properties":{"last_visible_page":{"type":["integer","null"],"format":"int64"},"has_next_page":{"type":"boolean"},"results":{"type":"array","items":{"$ref":"#/components/schemas/SearchUserSearchListItem"}}},"required":["results"]},"SearchUserSearchListItem":{"type":"object","properties":{"username":{"type":"string"},"url":{"type":"string"},"images":{"$ref":"#/components/schemas/UserImageResource"},"last_online":{"type":["string","null"],"format":"date-time"}},"required":["username","url","images","last_online"]},"SeasonListItem":{"type":"object","properties":{"year":{"type":"integer","format":"int64"},"seasons":{"type":"array","items":{"type":"string"}}},"required":["year","seasons"]},"SeasonListSeasonArchive":{"type":"object","properties":{"results":{"type":"array","items":{"$ref":"#/components/schemas/SeasonListItem"}}},"required":["results"]},"Seasonal":{"type":"object","properties":{"season_name":{"type":["string","null"]},"season_year":{"type":["integer","null"],"format":"int64"},"anime":{"type":"array","items":{"$ref":"#/components/schemas/AnimeCard"}}},"required":["season_name","season_year","anime"]},"Title":{"type":"object","properties":{"type":{"type":"string"},"title":{"type":["string","null"]}},"required":["type","title"]},"TopAnime":{"type":"object","properties":{"last_visible_page":{"type":["integer","null"],"format":"int64"},"has_next_page":{"type":"boolean"},"results":{"type":"array","items":{"$ref":"#/components/schemas/TopAnimeListItem"}}},"required":["results"]},"TopAnimeListItem":{"type":"object","properties":{"mal_id":{"type":"integer","format":"int64"},"rank":{"type":"integer","format":"int64"},"title":{"type":"string"},"url":{"type":"string"},"images":{"$ref":"#/components/schemas/CommonImageResource"},"type":{"type":"string"},"episodes":{"type":["integer","null"],"format":"int64"},"start_date":{"type":["string","null"]},"end_date":{"type":["string","null"]},"members":{"type":"integer","format":"int64"},"score":{"type":"number","format":"double"}},"required":["mal_id","rank","title","url","images","type","episodes","start_date","end_date","members","score"]},"TopCharacterListItem":{"type":"object","properties":{"mal_id":{"type":"integer","format":"int64"},"rank":{"type":"integer","format":"int64"},"title":{"type":"string"},"url":{"type":"string"},"images":{"$ref":"#/components/schemas/CharacterImageResource"},"name_kanji":{"type":["string","null"]},"animeography":{"type":"array","items":{"$ref":"#/components/schemas/MalUrl"}},"mangaography":{"type":"array","items":{"$ref":"#/components/schemas/MalUrl"}},"favorites":{"type":"integer","format":"int64"}},"required":["mal_id","rank","title","url","images","name_kanji","animeography","mangaography","favorites"]},"TopCharacters":{"type":"object","properties":{"last_visible_page":{"type":["integer","null"],"format":"int64"},"has_next_page":{"type":"boolean"},"results":{"type":"array","items":{"$ref":"#/components/schemas/TopCharacterListItem"}}},"required":["results"]},"TopManga":{"type":"object","properties":{"last_visible_page":{"type":["integer","null"],"format":"int64"},"has_next_page":{"type":"boolean"},"results":{"type":"array","items":{"$ref":"#/components/schemas/TopMangaListItem"}}},"required":["results"]},"TopMangaListItem":{"type":"object","properties":{"mal_id":{"type":"integer","format":"int64"},"rank":{"type":"integer","format":"int64"},"title":{"type":"string"},"url":{"type":"string"},"images":{"$ref":"#/components/schemas/CommonImageResource"},"type":{"type":"string"},"volumes":{"type":["integer","null"],"format":"int64"},"start_date":{"type":["string","null"]},"end_date":{"type":["string","null"]},"members":{"type":"integer","format":"int64"},"score":{"type":"number","format":"double"}},"required":["mal_id","rank","title","url","images","type","volumes","start_date","end_date","members","score"]},"TopPeople":{"type":"object","properties":{"last_visible_page":{"type":["integer","null"],"format":"int64"},"has_next_page":{"type":"boolean"},"results":{"type":"array","items":{"$ref":"#/components/schemas/TopPersonListItem"}}},"required":["results"]},"TopPersonListItem":{"type":"object","properties":{"mal_id":{"type":"integer","format":"int64"},"rank":{"type":"integer","format":"int64"},"title":{"type":"string"},"url":{"type":"string"},"name_kanji":{"type":["string","null"]},"favorites":{"type":"integer","format":"int64"},"images":{"$ref":"#/components/schemas/PersonImageResource"},"birthday":{"type":["string","null"],"format":"date-time"}},"required":["mal_id","rank","title","url","name_kanji","favorites","images","birthday"]},"Url":{"type":"object","properties":{"name":{"type":"string"},"url":{"type":"string"}},"required":["name","url"]},"UserAnimeListItem":{"type":"object","properties":{"mal_id":{"type":"integer","format":"int64"},"title":{"type":"string"},"video_url":{"type":"string"},"url":{"type":"string"},"images":{"$ref":"#/components/schemas/CommonImageResource"},"type":{"type":"string"},"watching_status":{"type":"integer","format":"int64"},"score":{"type":"number","format":"double"},"watched_episodes":{"type":"integer","format":"int64"},"total_episodes":{"type":"integer","format":"int64"},"airing_status":{"type":"integer","format":"int64"},"season_name":{"type":["string","null"]},"season_year":{"type":["integer","null"],"format":"int64"},"has_episode_video":{"type":"boolean"},"has_promo_video":{"type":"boolean"},"has_video":{"type":"boolean"},"is_rewatching":{"type":"boolean"},"tags":{"type":["string","null"]},"rating":{"type":["string","null"]},"start_date":{"type":["string","null"],"format":"date-time"},"end_date":{"type":["string","null"],"format":"date-time"},"watch_start_date":{"type":["string","null"],"format":"date-time"},"watch_end_date":{"type":["string","null"],"format":"date-time"},"days":{"type":["string","null"]},"storage":{"type":["string","null"]},"priority":{"type":"string"},"added_to_list":{"type":"boolean"},"studios":{"type":"array","items":{"$ref":"#/components/schemas/MalUrl"}},"licensors":{"type":"array","items":{"$ref":"#/components/schemas/MalUrl"}},"genres":{"type":"array","items":{"$ref":"#/components/schemas/MalUrl"}},"demographics":{"type":"array","items":{"$ref":"#/components/schemas/MalUrl"}}},"required":["mal_id","title","video_url","url","images","type","watching_status","score","watched_episodes","total_episodes","airing_status","season_name","season_year","has_episode_video","has_promo_video","has_video","is_rewatching","tags","rating","start_date","end_date","watch_start_date","watch_end_date","days","storage","priority","added_to_list","studios","licensors","genres","demographics"]},"UserAnimeStats":{"type":"object","properties":{"days_watched":{"type":"number","format":"double"},"mean_score":{"type":"number","format":"double"},"watching":{"type":"integer","format":"int64"},"completed":{"type":"integer","format":"int64"},"on_hold":{"type":"integer","format":"int64"},"dropped":{"type":"integer","format":"int64"},"plan_to_watch":{"type":"integer","format":"int64"},"total_entries":{"type":"integer","format":"int64"},"rewatched":{"type":"integer","format":"int64"},"episodes_watched":{"type":"integer","format":"int64"}},"required":["days_watched","mean_score","watching","completed","on_hold","dropped","plan_to_watch","total_entries","rewatched","episodes_watched"]},"UserFavoriteListEntry":{"type":"object","properties":{"mal_id":{"type":"integer","format":"int64"},"url":{"type":"string"},"images":{"$ref":"#/components/schemas/CommonImageResource"},"title":{"type":"string"},"type":{"type":"string"},"start_year":{"type":"integer","format":"int64"}},"required":["type","start_year"]},"UserFavorites":{"type":"object","properties":{"anime":{"type":"array","items":{"$ref":"#/components/schemas/UserFavoriteListEntry"}},"manga":{"type":"array","items":{"$ref":"#/components/schemas/UserFavoriteListEntry"}},"characters":{"type":"array","items":{"$ref":"#/components/schemas/CharacterMeta"}},"people":{"type":"array","items":{"$ref":"#/components/schemas/PersonMeta"}}},"required":["anime","manga","characters","people"]},"UserFriend":{"type":"object","properties":{"user":{"$ref":"#/components/schemas/UserMeta"},"last_online":{"type":["string","null"],"format":"date-time"},"friends_since":{"type":["string","null"],"format":"date-time"}},"required":["user","last_online","friends_since"]},"UserFriends":{"type":"object","properties":{"last_visible_page":{"type":["integer","null"],"format":"int64"},"has_next_page":{"type":"boolean"},"results":{"type":"array","items":{"$ref":"#/components/schemas/UserFriend"}}},"required":["results"]},"UserHistory":{"type":"object","properties":{"mal_url":{"$ref":"#/components/schemas/MalUrl"},"increment":{"type":"integer","format":"int64"},"date":{"type":["string","null"],"format":"date-time"}},"required":["mal_url","increment","date"]},"UserImageJpg":{"type":"object","properties":{"image_url":{"type":["string","null"]}},"required":["image_url"]},"UserImageResource":{"type":"object","properties":{"jpg":{"$ref":"#/components/schemas/UserImageJpg"},"webp":{"$ref":"#/components/schemas/UserImageWebp"}},"required":["jpg","webp"]},"UserImageWebp":{"type":"object","properties":{"image_url":{"type":["string","null"]}},"required":["image_url"]},"UserLastAnimeUpdate":{"type":"object","properties":{"entry":{"$ref":"#/components/schemas/AnimeMeta"},"score":{"type":["integer","null"],"format":"int64"},"status":{"type":"string"},"episodes_seen":{"type":["integer","null"],"format":"int64"},"episodes_total":{"type":["integer","null"],"format":"int64"},"date":{"type":["string","null"],"format":"date-time"}},"required":["entry","score","status","episodes_seen","episodes_total","date"]},"UserLastMangaUpdate":{"type":"object","properties":{"entry":{"$ref":"#/components/schemas/MangaMeta"},"score":{"type":["integer","null"],"format":"int64"},"status":{"type":"string"},"chapters_read":{"type":["integer","null"],"format":"int64"},"chapters_total":{"type":["integer","null"],"format":"int64"},"date":{"type":["string","null"],"format":"date-time"}},"required":["entry","score","status","chapters_read","chapters_total","date"]},"UserLastUpdates":{"type":"object","properties":{"anime":{"type":"array","items":{"$ref":"#/components/schemas/UserLastAnimeUpdate"}},"manga":{"type":"array","items":{"$ref":"#/components/schemas/UserLastMangaUpdate"}}},"required":["anime","manga"]},"UserMangaListItem":{"type":"object","properties":{"mal_id":{"type":"integer","format":"int64"},"title":{"type":"string"},"url":{"type":"string"},"images":{"$ref":"#/components/schemas/CommonImageResource"},"type":{"type":"string"},"reading_status":{"type":"integer","format":"int64"},"score":{"type":"number","format":"double"},"read_chapters":{"type":"integer","format":"int64"},"read_volumes":{"type":"integer","format":"int64"},"total_chapters":{"type":"integer","format":"int64"},"total_volumes":{"type":"integer","format":"int64"},"publishing_status":{"type":"integer","format":"int64"},"is_rereading":{"type":"boolean"},"tags":{"type":["string","null"]},"start_date":{"type":["string","null"],"format":"date-time"},"end_date":{"type":["string","null"],"format":"date-time"},"read_start_date":{"type":["string","null"],"format":"date-time"},"read_end_date":{"type":["string","null"],"format":"date-time"},"days":{"type":["string","null"]},"retail":{"type":["string","null"]},"priority":{"type":"string"},"added_to_list":{"type":"boolean"},"magazines":{"type":"array","items":{"$ref":"#/components/schemas/MalUrl"}},"genres":{"type":"array","items":{"$ref":"#/components/schemas/MalUrl"}},"demographics":{"type":"array","items":{"$ref":"#/components/schemas/MalUrl"}}},"required":["mal_id","title","url","images","type","reading_status","score","read_chapters","read_volumes","total_chapters","total_volumes","publishing_status","is_rereading","tags","start_date","end_date","read_start_date","read_end_date","days","retail","priority","added_to_list","magazines","genres","demographics"]},"UserMangaStats":{"type":"object","properties":{"days_read":{"type":"number","format":"double"},"mean_score":{"type":"number","format":"double"},"reading":{"type":"integer","format":"int64"},"completed":{"type":"integer","format":"int64"},"on_hold":{"type":"integer","format":"int64"},"dropped":{"type":"integer","format":"int64"},"plan_to_read":{"type":"integer","format":"int64"},"total_entries":{"type":"integer","format":"int64"},"reread":{"type":"integer","format":"int64"},"chapters_read":{"type":"integer","format":"int64"},"volumes_read":{"type":"integer","format":"int64"}},"required":["days_read","mean_score","reading","completed","on_hold","dropped","plan_to_read","total_entries","reread","chapters_read","volumes_read"]},"UserMeta":{"type":"object","properties":{"username":{"type":"string"},"url":{"type":"string"},"images":{"$ref":"#/components/schemas/UserImageResource"}},"required":["username","url","images"]},"UserMetaBasic":{"type":"object","properties":{"url":{"type":"string"},"username":{"type":"string"}}},"UserProfile":{"type":"object","properties":{"mal_id":{"type":["integer","null"],"format":"int64"},"username":{"type":"string"},"url":{"type":"string"},"images":{"$ref":"#/components/schemas/UserImageResource"},"last_online":{"type":["string","null"],"format":"date-time"},"gender":{"type":["string","null"]},"birthday":{"type":["string","null"],"format":"date-time"},"location":{"type":["string","null"]},"joined":{"type":["string","null"],"format":"date-time"},"anime_stats":{"$ref":"#/components/schemas/UserAnimeStats"},"manga_stats":{"$ref":"#/components/schemas/UserMangaStats"},"favorites":{"$ref":"#/components/schemas/UserFavorites"},"last_updates":{"$ref":"#/components/schemas/UserLastUpdates"},"external_links":{"type":"array","items":{"$ref":"#/components/schemas/Url"}},"about":{"type":["string","null"]}},"required":["mal_id","username","url","images","last_online","gender","birthday","location","joined","anime_stats","manga_stats","favorites","last_updates","external_links","about"]},"UserReviews":{"type":"object","properties":{"last_visible_page":{"type":["integer","null"],"format":"int64"},"has_next_page":{"type":"boolean"},"results":{"type":"array","items":{}}},"required":["results"]},"WatchEpisodeListItem":{"type":"object","properties":{"entry":{"$ref":"#/components/schemas/AnimeMeta"},"episodes":{"type":"array","items":{"$ref":"#/components/schemas/WatchRecentEpisodeListItem"}},"region_locked":{"type":"boolean"}},"required":["entry","episodes","region_locked"]},"WatchEpisodes":{"type":"object","properties":{"last_visible_page":{"type":["integer","null"],"format":"int64"},"has_next_page":{"type":"boolean"},"results":{"type":"array","items":{"$ref":"#/components/schemas/WatchEpisodeListItem"}}},"required":["results"]},"WatchPromotionalVideoListItem":{"type":"object","properties":{"title":{"type":"string"},"entry":{"$ref":"#/components/schemas/AnimeMeta"},"trailer":{"$ref":"#/components/schemas/YoutubeMeta"}},"required":["title","entry","trailer"]},"WatchPromotionalVideos":{"type":"object","properties":{"last_visible_page":{"type":["integer","null"],"format":"int64"},"has_next_page":{"type":"boolean"},"results":{"type":"array","items":{"$ref":"#/components/schemas/WatchPromotionalVideoListItem"}}},"required":["results"]},"WatchRecentEpisodeListItem":{"type":"object","properties":{"mal_id":{"type":"integer","format":"int64"},"url":{"type":"string"},"title":{"type":"string"},"premium":{"type":"boolean"}},"required":["mal_id","url","title","premium"]},"WrapImageJpg":{"type":"object","properties":{"image_url":{"type":["string","null"]}},"required":["image_url"]},"WrapImageResource":{"type":"object","properties":{"jpg":{"$ref":"#/components/schemas/WrapImageJpg"}},"required":["jpg"]},"YoutubeImageResource":{"type":"object","properties":{"image_url":{"type":["string","null"]},"small_image_url":{"type":["string","null"]},"medium_image_url":{"type":["string","null"]},"large_image_url":{"type":["string","null"]},"maximum_image_url":{"type":["string","null"]}},"required":["image_url","small_image_url","medium_image_url","large_image_url","maximum_image_url"]},"YoutubeMeta":{"type":"object","properties":{"youtube_id":{"type":["string","null"]},"url":{"type":["string","null"]},"embed_url":{"type":["string","null"]},"images":{"$ref":"#/components/schemas/YoutubeImageResource"}},"required":["youtube_id","url","embed_url","images"]}}}}