Closed
Description
Is there an existing issue for this?
- I have searched the existing issues
Describe the bug
Describe the bug
If I have a DTO with multiple lists of the same type, then only the first list is referenced correctly
OpenApi File To Reproduce
Create a type, use it in multiple lists on the same object
Expected behavior
All lists should have the type.
Additional context
Add any other context about the problem here.
Expected Behavior
Should create the same reference for all properties with the same list
Steps To Reproduce
Create multiple properties of list of the same type T, then see that the reference is only correct for the first list
in openapi/v1.json
Exceptions (if any)
No response
.NET Version
dotnet 9
Anything else?
Used scalar to visualize the issue