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
Given the minimal example YAML below, note how the generated schema includes response: unknown. After some testing, I determined this only happens when the content type is '*/*'. If I change it to application/json, it works fine.
Given the minimal example YAML below, note how the generated schema includes
response: unknown
. After some testing, I determined this only happens when the content type is'*/*'
. If I change it toapplication/json
, it works fine....this produces a response of type
unknown
:Originally posted by @njbair in #51 (comment)
The text was updated successfully, but these errors were encountered: