Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: generate example wrongly returns array of examples
Because of an error in a previous commit generate example always returns an array even for simple models. This fix returns a simple object as expected by openapi specs and merges examples in one object in case of allOf inheritance.
- Loading branch information