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 } } },