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:
The scaling factor for a fixed point number. E.g., if a fixedpoint number is 123.04, the scaling factor is 2 (the number of digits after the decimal point). Must be given as xsd:positiveInteger.`
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)
generated json-schema by samm-cli-2.6.0.jar, but also tested with samm-cli-2.9.5.jar
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)