From 645fd5914a79e49516a9464633b65629ae83264d Mon Sep 17 00:00:00 2001 From: Ben C Date: Tue, 7 Jan 2025 04:07:49 +0000 Subject: [PATCH] Updated Schemas --- NewHorizons/Schemas/body_schema.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/NewHorizons/Schemas/body_schema.json b/NewHorizons/Schemas/body_schema.json index 6566bb11..7beff5b3 100644 --- a/NewHorizons/Schemas/body_schema.json +++ b/NewHorizons/Schemas/body_schema.json @@ -3420,7 +3420,7 @@ "type": "object", "additionalProperties": false, "properties": { - "name": { + "rename": { "type": "string", "description": "Optional name to help identify this group" }, @@ -3604,7 +3604,7 @@ "type": "object", "additionalProperties": false, "properties": { - "name": { + "rename": { "type": "string", "description": "Optional name to help identify this group" }, @@ -3634,7 +3634,7 @@ "type": "object", "additionalProperties": false, "properties": { - "name": { + "rename": { "type": "string", "description": "Optional name to help identify this group" },