[BUG] [scala-sttp][java-client]Models not generated properly with nested oneOf #10191
Closed
5 of 6 tasks
Labels
Inline Schema Handling
Schema contains a complex schema in items/additionalProperties/allOf/oneOf/anyOf
Issue: Bug
Bug Report Checklist
Description
scala-sttp client generator doesn't generate the model properly if using Array which item type is a nested oneOf/anyOf schema, this nested oneOf schema wasn't generated.
openapi-generator version
The both version 5.2.0 and the latest master branch (5.3.x)
OpenAPI declaration file content
Generation Details
Command line used for generation
Steps to reproduce
Generated class
PlaceholderPeriod
Compile Error: not found: type
OneOfPlaceholderSubPeriodSubPeriod
Related issues/PRs
Suggest a fix
The text was updated successfully, but these errors were encountered: