-
Notifications
You must be signed in to change notification settings - Fork 66
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
[BUG] inaccurate numeric type #596
Comments
@amberzsy are you saying that many of these should be |
I think it's just that they should be correctly specified according to the actual API, which ideally has the end goal of all having |
we should be more precise on numeric type and align with actual API definition. there's no ideal approach to systematically fix all numeric type with certain reverse engineering. So i guess we will need to fix those incrementally while we adding more GRPC API.
correct. |
We should totally have the We should definitely ask contributors to determine the format for new number/integer schemas and fill that in for existing schemas overtime. |
What is the bug?
there are many places using generic "number" as numeric type.
How can one reproduce the bug?
example:
opensearch-api-specification/spec/schemas/_core.bulk.yaml
Line 56 in 939a292
What is the expected behavior?
should use more accurate definition for numeric types.
https://swagger.io/docs/specification/v3_0/data-models/data-types/
The text was updated successfully, but these errors were encountered: