From 2c80341b28b0a577b168ff56199ea6644cb6d320 Mon Sep 17 00:00:00 2001 From: Ben C Date: Sat, 22 Apr 2023 02:51:56 +0000 Subject: [PATCH] Updated Schemas --- NewHorizons/Schemas/body_schema.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/NewHorizons/Schemas/body_schema.json b/NewHorizons/Schemas/body_schema.json index cc150d25..0b3afb27 100644 --- a/NewHorizons/Schemas/body_schema.json +++ b/NewHorizons/Schemas/body_schema.json @@ -925,9 +925,9 @@ "type": "object", "additionalProperties": false, "properties": { - "scale": { + "size": { "type": "number", - "description": "How many times this tile will tile across each \"side\" of the planet, so around the equator, this tile will loop scale * 4 times.", + "description": "The size, in meters, of each tile.", "format": "float", "default": 1.0, "minimum": 0.0