Convert OpenAPIv2 concepts into their equivalent OpenAPIv3
karlvr opened this issue · 0 comments
karlvr commented
And to this in the core so that our model only includes OpenAPIv3 concepts.
- Remove
File
type and convert tostring+binary
. TheFile
type is a left-over from OpenAPI v2 and I think we should convert it tostring+binary
and use our support for that. - form parameters can be converted to an
application/x-www-form-urlencoded
body - remove
collectionFormat
fromCodegenParameterBase
and convert to encoding styles