From c09377002c98c13e8af833200902cb5c2d20eb73 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 10 Jul 2022 04:40:09 +0000 Subject: [PATCH] Updated Schemas --- NewHorizons/Schemas/body_schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NewHorizons/Schemas/body_schema.json b/NewHorizons/Schemas/body_schema.json index c38394df..7ef4b637 100644 --- a/NewHorizons/Schemas/body_schema.json +++ b/NewHorizons/Schemas/body_schema.json @@ -533,7 +533,7 @@ }, "scale": { "type": "number", - "description": "The physical scale of the node", + "description": "The physical scale of the node, as a multiplier of the original size", "format": "float", "default": 1.0 },