From d0319f31972f4a1a6c5c526b059b0647adb342d5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 23 Aug 2022 18:54:07 +0000 Subject: [PATCH] Updated Schemas --- NewHorizons/Schemas/body_schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NewHorizons/Schemas/body_schema.json b/NewHorizons/Schemas/body_schema.json index 691eca56..a01dfed6 100644 --- a/NewHorizons/Schemas/body_schema.json +++ b/NewHorizons/Schemas/body_schema.json @@ -2151,7 +2151,7 @@ }, "opacity": { "type": "array", - "description": "Fade this module over time", + "description": "Fade rings in/out over time. Optional. Value between 0-1, time is in minutes.", "items": { "$ref": "#/definitions/TimeValuePair" }