From 7da6e5f193cf6449fd245efa40c823feb9dfe985 Mon Sep 17 00:00:00 2001 From: Daniele Corallo Date: Wed, 29 May 2024 08:27:47 +0200 Subject: [PATCH] Update ShipyardShip.json remove "symbol" from required in ShipyardShip.json --- models/ShipyardShip.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/models/ShipyardShip.json b/models/ShipyardShip.json index b3c0870..2f0a245 100644 --- a/models/ShipyardShip.json +++ b/models/ShipyardShip.json @@ -59,7 +59,6 @@ }, "required": [ "type", - "symbol", "name", "description", "supply", @@ -71,4 +70,4 @@ "mounts", "crew" ] -} \ No newline at end of file +}