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
We can improve the accuracy of the data types by declaring the format. This is not implemented.
format
The text was updated successfully, but these errors were encountered:
Improve accuracy of data types for numbers
47aa870
Now when we know we will return a float, we declare `"format": "float"` which is an optional hint. https://swagger.io/docs/specification/data-models/data-types/#numbers closes: #5
Improve accuracy of data types for numbers (#30)
88d5e26
paulsturgess
Successfully merging a pull request may close this issue.
We can improve the accuracy of the data types by declaring the
format
. This is not implemented.The text was updated successfully, but these errors were encountered: