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

View File

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