The current childrenOpenApiSpecDefinition contains the primary definition only. The definition may reference other definitions (recursively?) to build up the full tree of definitions. I have this working locally for my 1-level nesting using the code:
Thank you for the report, work has started on another branch which is looking to deal with recursive definitions, I'm hoping to pick this up again early next week.
The current
childrenOpenApiSpecDefinition
contains the primary definition only. The definition may reference other definitions (recursively?) to build up the full tree of definitions. I have this working locally for my 1-level nesting using the code: