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(go,typescript,csharp,python): add nested discriminated unions support (#1647)
## Release Summary
### Go
- Added support for nested discriminated unions with improved
discriminator validation that traverses associated union members to
lookup discriminator property fields
- Fixed unused imports from the `types` package by scoping imports only
to pointer types where needed
### TypeScript
- Enhanced discriminator resolution to handle union types by inspecting
union members to resolve discriminator fields and types
- Improved error messages for discriminator validation
- Applies to both TypeScript v2 and MCP TypeScript targets
### Python, Csharp
- Added support for nested discriminated unions
---
## Related
- feat: support nested discriminated unions
> speakeasy-api/openapi-generation#3217
0 commit comments