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
Describe the bug
The same enum with the same location is being added to the schema as ContactTypes and also ContactTypes2. They're referenced from different models, but should have been recognized as the same because they're the same type.
Describe the bug
The same enum with the same location is being added to the schema as ContactTypes and also ContactTypes2. They're referenced from different models, but should have been recognized as the same because they're the same type.
OpenApi File To Reproduce
openapi (1).json
Expected behavior
Should have the same enum no matter what in the schema.
Additional context
Add any other context about the problem here.
Here's the dto that is fine:
Here's the dto that induces the duplicate:
Doesn't matter if they're standard records or record structs.
The text was updated successfully, but these errors were encountered: