openapi-codegen
openapi-codegen copied to clipboard
Possible to auto-populate examples object?
In the js files in the impl folder the examples objects are all empty.
Is there a way to auto-populate the examples the same way swagger-codegen does?
Should be possible to generate examples where not present in the source definition, using openapi-sampler. Thanks for the suggestion!
Version 1.4.0 has a step in this direction. It will need some further work for non-JSON content-types.