geeklearningio / gl-swagger-generator

Jane - An OpenAPI Specification (formerly Swagger) Client Generator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Remove default content/media types

sandorfr opened this issue · comments

Currently, if not consumes or produces media types are specified, the generator will add "application/json". While this might come handy, it actually makes a wild assumption and hides a incomplete swagger definition.

We did this in the first place because we faced such definitions with some customer's swagger definitions.

This should be removed in favor of a guidance about how to use custom swagger visitor to fix the definition prior to generation.