From f16575d8bdec9dae16513f5de311111d9cbb70a9 Mon Sep 17 00:00:00 2001 From: "Daniel W. Anner" Date: Thu, 26 Jan 2023 10:52:38 -0500 Subject: [PATCH] fixed multiple of issue on weight by adding multipleOfPrecision (#1069) --- schema/components.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/schema/components.json b/schema/components.json index 8cc5f979..0888a4d7 100644 --- a/schema/components.json +++ b/schema/components.json @@ -605,7 +605,7 @@ "value": { "type": "number", "minimum": 0, - "multipleOf": 0.01 + "multipleOfPrecision": 0.01 }, "unit": { "type": "string",