We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It seems that any integer-based enum is not converted properly.
If we have an input like:
"baud_rate": { "enum": [ 110, 300, 600, 1200, 2400, 4800, 9600, 14400, 19200, 38400, 57600, 115200, 128000, 256000 ], "title": "Baud rate", "type": "integer", "x-nullable": true },
the output is:
"baud_rate": { "nullable": true, "title": "Baud rate", "type": "integer" },
The text was updated successfully, but these errors were encountered:
No branches or pull requests
It seems that any integer-based enum is not converted properly.
If we have an input like:
the output is:
The text was updated successfully, but these errors were encountered: