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,