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
The definition of x-sap-precision shows it use for a DECFLOAT34 value in combination with format:decimal.
x-sap-precision
DECFLOAT34
format:decimal
However the OpenAPI format registration for decimal states that
decimal
The decimal format represents a fixed point decimal number of unspecified precision and range.
Should we instead use the newly registered OpenAPI format decimal128 for DECFLOAT34 values?
decimal128
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
Fannon
pavelkornev
Successfully merging a pull request may close this issue.
The definition of
x-sap-precision
shows it use for aDECFLOAT34
value in combination withformat:decimal
.However the OpenAPI format registration for
decimal
states thatShould we instead use the newly registered OpenAPI format
decimal128
forDECFLOAT34
values?The text was updated successfully, but these errors were encountered: