You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
nested classes currently generate ref's pointing at the json-schema definitions field but doesn't auto include the definitions. Is there any plan to include those in the future? Currently I am hand adding them post schemas being generated but would be amazing if they could be added automatically during generation.
The text was updated successfully, but these errors were encountered:
Good point. There's no plan to automatically populate definitions, no, but I'd be happy to review a PR if somebody wants to have a go at it. We need to make sure the implementation plays well with how the library interacts with routing-controllers-openapi though: https://github.com/epiphone/routing-controllers-openapi#validation-classes.
According to:
classTransformer.test.ts
nested classes currently generate ref's pointing at the json-schema definitions field but doesn't auto include the definitions. Is there any plan to include those in the future? Currently I am hand adding them post schemas being generated but would be amazing if they could be added automatically during generation.
The text was updated successfully, but these errors were encountered: