-
Notifications
You must be signed in to change notification settings - Fork 12
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] Fixed Point Constraint (scale) is not validated by the json-schema #654
Comments
Yes, this should be evaluated, I'd also consider it a bug. |
Hi everyone, After thoroughly investigating this issue, we have the following findings:
Conclusion: For now, I propose to close this issue and if someone can provide another way for resolving this issue, please write a comment and we will reopen this issue. Thanks! |
Thank you for the detailed answer and follow up. That is unfortunate. |
I'm not sure, whether it is an actual issue or an misunderstanding of the documentary from my side.
How: List of performed steps
The documentation for
samm-c:scale
states:What: Actual result vs expected result
In my understanding, if I have for example
the JSON schema should't validate a value with more than 3 digits after the decimal point?
e.g. "1000000.324454" should not be a valid value? The scale seems to be ignored within the json-schema.
Where: (e.g. component, version, url, your system info)
The text was updated successfully, but these errors were encountered: