fixed multiple of issue on weight by adding multipleOfPrecision (#1069)

This commit is contained in:
Daniel W. Anner 2023-01-26 10:52:38 -05:00 committed by GitHub
parent 61e537a1c1
commit f16575d8bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -605,7 +605,7 @@
"value": {
"type": "number",
"minimum": 0,
"multipleOf": 0.01
"multipleOfPrecision": 0.01
},
"unit": {
"type": "string",