From 6de73282390f829fcefc5f8431e2c149fa2699a4 Mon Sep 17 00:00:00 2001 From: Ben C Date: Sat, 5 Aug 2023 01:41:35 +0000 Subject: [PATCH] Updated Schemas --- NewHorizons/Schemas/body_schema.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/NewHorizons/Schemas/body_schema.json b/NewHorizons/Schemas/body_schema.json index ac0f2c7d..62a2069c 100644 --- a/NewHorizons/Schemas/body_schema.json +++ b/NewHorizons/Schemas/body_schema.json @@ -2929,6 +2929,11 @@ "type": "string", "description": "Ship log fact revealed when launching from this pad. Optional." }, + "detailed": { + "type": "boolean", + "description": "Hide the lattice cage around the platform. Defaults to true.", + "default": true + }, "computer": { "description": "Will create a modern Nomai computer linked to this gravity cannon.", "$ref": "#/definitions/NomaiComputerInfo"