From 9b2a8e15d5335509c6ee52026dfa3a6395f8807f Mon Sep 17 00:00:00 2001 From: Raphael-Gazzotti <125291580+Raphael-Gazzotti@users.noreply.github.com> Date: Wed, 4 Mar 2026 08:28:30 +0100 Subject: [PATCH] Update frustum.schema.tpl.json --- schemas/mathematicalShape/frustum.schema.tpl.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/schemas/mathematicalShape/frustum.schema.tpl.json b/schemas/mathematicalShape/frustum.schema.tpl.json index 95442ce04..d2aba3280 100644 --- a/schemas/mathematicalShape/frustum.schema.tpl.json +++ b/schemas/mathematicalShape/frustum.schema.tpl.json @@ -23,7 +23,7 @@ ] }, "minorBaseScale": { - "type": "float", + "type": "number", "exclusiveMinimum": 0, "exclusiveMaximum": 1, "_instruction": "Enter the ratio of the smaller to the larger base size of this frustum."