Feature Request
Currently the oneOf/anyOf cases only generate 1 call case with the first available case.
maybe we can have a new config flag to:
- Generate one call case for each definition in the oneOf body
- Generate one call case for each definition in the anyOf body and another one merging all of them
Feature Request
Currently the oneOf/anyOf cases only generate 1 call case with the first available case.
maybe we can have a new config flag to: