Skip to content

Commit

Permalink
fixed multiple of issue on weight by adding multipleOfPrecision (#1069)
Browse files Browse the repository at this point in the history
  • Loading branch information
danner26 authored Jan 26, 2023
1 parent 61e537a commit f16575d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion schema/components.json
Original file line number Diff line number Diff line change
Expand Up @@ -605,7 +605,7 @@
"value": {
"type": "number",
"minimum": 0,
"multipleOf": 0.01
"multipleOfPrecision": 0.01
},
"unit": {
"type": "string",
Expand Down

0 comments on commit f16575d

Please sign in to comment.