forked from loafle/openapi-generator-original
* fix: use length to check for default return media type as `mediaTypes` is an array of strings and an required argument it will never be undefined when we can rely on the typesystem. However, it can be zero length(`[]`) and in this case we would throw. * Closes #15011 * chore: update examples