From a4dc54712a754d6ae92596e8afc692bcd6458f16 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 10 Sep 2022 16:13:41 +0000 Subject: [PATCH] Updated Schemas --- NewHorizons/Schemas/body_schema.json | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/NewHorizons/Schemas/body_schema.json b/NewHorizons/Schemas/body_schema.json index 9a5b05f9..5d000e07 100644 --- a/NewHorizons/Schemas/body_schema.json +++ b/NewHorizons/Schemas/body_schema.json @@ -100,9 +100,12 @@ "type": "string" } }, - "Ring": { - "description": "Creates a ring around the planet", - "$ref": "#/definitions/RingModule" + "Rings": { + "type": "array", + "description": "Create rings around the planet", + "items": { + "$ref": "#/definitions/RingModule" + } }, "Sand": { "description": "Add sand to this planet", @@ -2062,6 +2065,10 @@ "items": { "$ref": "#/definitions/TimeValuePair" } + }, + "rename": { + "type": "string", + "description": "An optional rename of this object" } } },