From cd774016b3fa9b40b4915e826156a7044c7a7130 Mon Sep 17 00:00:00 2001 From: Ben C Date: Sat, 22 Jul 2023 16:20:41 +0000 Subject: [PATCH] Updated Schemas --- NewHorizons/Schemas/body_schema.json | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/NewHorizons/Schemas/body_schema.json b/NewHorizons/Schemas/body_schema.json index fee1f373..07db879d 100644 --- a/NewHorizons/Schemas/body_schema.json +++ b/NewHorizons/Schemas/body_schema.json @@ -2748,26 +2748,9 @@ "rename": { "type": "string", "description": "An optional rename of this object" - }, - "type": { - "description": "What design the computer will use.", - "default": "NORMAL", - "$ref": "#/definitions/NomaiComputerType" } } }, - "NomaiComputerType": { - "type": "string", - "description": "", - "x-enumNames": [ - "NORMAL", - "PRECRASH" - ], - "enum": [ - "normal", - "precrash" - ] - }, "NomaiWarpTransmitterInfo": { "type": "object", "additionalProperties": false,