From 58639d41c7c911eaf7ae8130747f7b53a1c279a3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 8 Oct 2022 21:57:38 +0000 Subject: [PATCH] Updated Schemas --- NewHorizons/Schemas/body_schema.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/NewHorizons/Schemas/body_schema.json b/NewHorizons/Schemas/body_schema.json index ddfb16c5..48119472 100644 --- a/NewHorizons/Schemas/body_schema.json +++ b/NewHorizons/Schemas/body_schema.json @@ -1339,6 +1339,12 @@ "position": { "description": "Position of the raft", "$ref": "#/definitions/MVector3" + }, + "acceleration": { + "type": "number", + "description": "Acceleration of the raft", + "format": "float", + "default": 5.0 } } },