In the swagger spec I'm working with there are lots of inlined response schemas. I'd like to generate a model for them using swagger generate model .... As far as I understand it, currently you can only generate models for the schemas under definitions.
I'd like to add a feature to generate a model from these inline response schemas. The name of the model would be <operationId><response code>Response.
Do you think there is value in this, or is there some easier way to work with inline schemas?
In the swagger spec I'm working with there are lots of inlined response schemas. I'd like to generate a model for them using
swagger generate model .... As far as I understand it, currently you can only generate models for the schemas underdefinitions.I'd like to add a feature to generate a model from these inline response schemas. The name of the model would be
<operationId><response code>Response.Do you think there is value in this, or is there some easier way to work with inline schemas?