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
We are using swagger cli to create a openapi json file. After Updating to the newest version the generated json file changed:
This seems to be wrong, as the hey-api client generator generates a wrong type out of it:
OpenApi File To Reproduce
We are generating it from source so there is not open api file.
Expected behavior
I expect the previous behaviour, which is the left side of the comparison image.
Additional context
I also opened a bug in the Swashbuckle repository first, and was redirected from there. Swashbuckle Issue
The text was updated successfully, but these errors were encountered:
@DerGary I don't think this is an issue with OpenAPI.NET.
I've followed the issue trail and it seems this was an intended fix on the Swashbuckle side where the resulting schema is placed inside the allOf object domaindrivendev/Swashbuckle.AspNetCore#2815
Feel free to reopen this issue if need be.
Describe the bug
We are using swagger cli to create a openapi json file. After Updating to the newest version the generated json file changed:
This seems to be wrong, as the hey-api client generator generates a wrong type out of it:
OpenApi File To Reproduce
We are generating it from source so there is not open api file.
Expected behavior
I expect the previous behaviour, which is the left side of the comparison image.
Additional context
I also opened a bug in the Swashbuckle repository first, and was redirected from there.
Swashbuckle Issue
The text was updated successfully, but these errors were encountered: