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
feat: support OpenAPI 3.1 array-valued type fields
OpenAPI 3.1 uses type arrays (e.g. ["string", "null"]) instead of
nullable: true. The switch statement only matched string types, causing
all array-typed properties to resolve as unknown.
0 commit comments