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
fix(parser-3.1.x): prevent [key: string]: never in allOf with additionalProperties: false
Applies same fix as 2.0.x/3.0.x parsers - detects empty objects with additionalProperties: false
inside allOf compositions and skips never index signature generation.
Completes the fix implementation across all three OpenAPI specification parser versions.
0 commit comments