From 2833089e9ddc46ff2dbe809cf9f80b50f2f91ccd Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 10 Aug 2022 03:06:08 +0000 Subject: [PATCH] Updated Schemas --- NewHorizons/Schemas/body_schema.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/NewHorizons/Schemas/body_schema.json b/NewHorizons/Schemas/body_schema.json index a594026f..23b03948 100644 --- a/NewHorizons/Schemas/body_schema.json +++ b/NewHorizons/Schemas/body_schema.json @@ -1124,6 +1124,18 @@ "format": "float", "default": 55.0 }, + "activeDuration": { + "type": "number", + "description": "Time in seconds eruptions last for", + "format": "float", + "default": 10.0 + }, + "inactiveDuration": { + "type": "number", + "description": "Time in seconds between eruptions", + "format": "float", + "default": 19.0 + }, "tint": { "description": "Color of the geyser. Alpha sets the particle density.", "$ref": "#/definitions/MColor"