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
I have a generic schema that applies to every response (GenericResponseSchema). I also have a couple of specific response types (FirstSpecificResponseSchema and SecondSpecificResponseSchema).
I have a generic schema that applies to every response (
GenericResponseSchema
). I also have a couple of specific response types (FirstSpecificResponseSchema
andSecondSpecificResponseSchema
).I want to do the following:
But this does not work, because
AllOf::schemas()
only takesSchema
, notOneOf
.The text was updated successfully, but these errors were encountered: