KatsuteDev/Mal4J

Redoc defect issues.

Closed this issue · 0 comments

This issue only affects branch redoc@0450bbc5.

There are several defects in redoc that is causing valid schema to produce invalid documentation.

  • /anime, /anime/seasonal/{year}/{season}, /anime/suggestions
    • List status not being returned
    • Studios not being returned
  • /anime/{anime_id}
    • Studios not being returned
    • RelatedAnime not being returned
    • Recommendations not being returned
  • /anime/ranking
    • Not returning Anime
  • /users/{user_name}/animelist
    • Comments type is any
  • /manga
    • List status not being returned
    • Authors not being returned
  • /manga/{anime_id}
    • Authors not being returned
    • RelatedManga not being returned
    • Recommendations not being returned
    • Serialization not being returned
  • /manga/ranking
    • Not returning Manga
  • /users/{user_name}/mangalist
    • Edit not being returned
  • /forum/boards
    • Subboards not being returned
    • Post author not being returned
  • /forum/topic/{topic_id}
    • Internal posts not being returned
    • Poll options not being returned