You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In this path above, two models for responses are generated - one of type kotlin.collections.List<ShowByPetIdResponse> and another of type ShowByPetIdResponse.
Tech notes:
Currently the only mandatory field which can help us differentiate responses are the http statuses(200, 300..etc) or default.
The text was updated successfully, but these errors were encountered:
Problem:
For paths with more than one inline response schema defined, names for all models are generated the same.
Eg:
In this path above, two models for responses are generated - one of type
kotlin.collections.List<ShowByPetIdResponse>
and another of typeShowByPetIdResponse
.Tech notes:
Currently the only mandatory field which can help us differentiate responses are the http statuses(200, 300..etc) or
default
.The text was updated successfully, but these errors were encountered: