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
Support integer discriminators in OpenAPI polymorphism
Added support for integer type discriminators in OpenAPI schema generation for polymorphic types. Discriminator property type, value, and default are now set dynamically based on the discriminator's type (string or integer). The discriminator property name is consistently determined and defaults to "$type" if unspecified.
0 commit comments