Hi,
I want to use versioned response type in my API.
for example:
'200':
content:
application/vnd.something.v1+json:
But when I generate code with custom media type, the code does not have proper data types and response type is not my custom type.
I am using openapi 3.0.0+
Hi,
I want to use versioned response type in my API.
for example:
But when I generate code with custom media type, the code does not have proper data types and response type is not my custom type.
I am using openapi 3.0.0+