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
Currently, the OpenApi file is being processed at least 3 times: Once for the global Object and it´s parameters, once for the basic schemas and once for the components.
As a developer I would like to reduce the amount of times that it process the OpenApi file into 1.
For that, we would have to refactor the getListComponentObjects and processBasicSchemas into one Method that maps both items needed
The text was updated successfully, but these errors were encountered:
* #67 Add clientPackage to FileSpec object and check that the client packages do not match
* #66 Fix tests and update pom version
* #66 Update pom version
* #66 Update pom version
Currently, the OpenApi file is being processed at least 3 times: Once for the global Object and it´s parameters, once for the basic schemas and once for the components.
As a developer I would like to reduce the amount of times that it process the OpenApi file into 1.
For that, we would have to refactor the getListComponentObjects and processBasicSchemas into one Method that maps both items needed
The text was updated successfully, but these errors were encountered: