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
we could generate number of OpenAPI schema components equal to the number of concrete types, for example with naming convention <generic_case_class_name>__<concrete_type_param_1_name>__<concrete_type_param_2_name>__...__<concrete_type_param_n_name>, so in this case Response__A and Response__B.