From d63b3fed2572cc00eacc0481facefbcfea3ff9e8 Mon Sep 17 00:00:00 2001 From: Ben C Date: Sun, 26 Mar 2023 02:45:12 +0000 Subject: [PATCH] Updated Schemas --- NewHorizons/Schemas/body_schema.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/NewHorizons/Schemas/body_schema.json b/NewHorizons/Schemas/body_schema.json index 31418a8f..4cf8507b 100644 --- a/NewHorizons/Schemas/body_schema.json +++ b/NewHorizons/Schemas/body_schema.json @@ -4256,6 +4256,13 @@ "type": "object", "additionalProperties": false, "properties": { + "curve": { + "type": "array", + "description": "Scale this object over time", + "items": { + "$ref": "#/definitions/TimeValuePair" + } + }, "rotationOverride": { "description": "Manually sets the local rotation", "$ref": "#/definitions/MVector3"