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
This issue is happening because codegen handles operations and add examples to parameters, even if these operation are not going to be used in generator. it's just its default behave. So to fix this we just need to disable the apis generation for swagger and swagger-yaml generator, which is actually not required.
The text was updated successfully, but these errors were encountered:
Description
example fields are added on definition inside the
swagger
andswagger-yaml
generator outputSwagger-codegen version
2.X
Swagger declaration file content or url
Command line used for generation
Suggest a fix/enhancement
This issue is happening because codegen handles operations and add examples to parameters, even if these operation are not going to be used in generator. it's just its default behave. So to fix this we just need to disable the apis generation for
swagger
andswagger-yaml
generator, which is actually not required.The text was updated successfully, but these errors were encountered: