-
Notifications
You must be signed in to change notification settings - Fork 94
Incorrect enum values in generated schema. #131
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Good finds! I'll take a look as soon as I can put my attention back on schema quality improvements. |
This threw me for a loop as well trying to generate a Rust SDK based on the OpenAPI document. I would be happy to submit a PR that addresses this if you'd be amenable. Thanks! |
This issue was closed because it has been inactive for one week since being marked as stale. |
This was marked as completed, but the bug is still there. |
Do you want a PR for this? |
The enum values in the generated schemas are currently string types but the API responds with integers.
The schema currently has strings:
but should have integer values:
This causes issues with code-generation and model validation.
The text was updated successfully, but these errors were encountered: