Replies: 1 comment
-
|
See #61038 (comment). |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Microsoft.OpenAPI 2.0 adds string type with pattern for int params.
Example:
This causes openapi-generator to create an object to handle both types, which is totally unnecessary in our case.
How can we avoid this behaviour?
Beta Was this translation helpful? Give feedback.
All reactions