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"