I use OpenApi3 and I noticed that when loading my types into Fetcher.for<paths>() it doesn't shows my response data types properly. All responses types becomes as unknown.
But when generating types from swagger v2 all response types are shown correctly and everything works perfectly fine.
Is it a matter of not fully suport for OpenApi3 or am I doing something wrong ?
Hi,
I use OpenApi3 and I noticed that when loading my types into
Fetcher.for<paths>()
it doesn't shows my response data types properly. All responses types becomes asunknown
.But when generating types from swagger v2 all response types are shown correctly and everything works perfectly fine.
Is it a matter of not fully suport for OpenApi3 or am I doing something wrong ?