From 4d1f650fd035237445bef74ac626d32313415cb7 Mon Sep 17 00:00:00 2001 From: Keith Jackson Date: Sat, 18 Nov 2023 12:15:43 -0800 Subject: [PATCH] Shipyard.shipTypes.type should not be optional. --- models/Shipyard.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/models/Shipyard.json b/models/Shipyard.json index d7762f0..dd27552 100644 --- a/models/Shipyard.json +++ b/models/Shipyard.json @@ -16,7 +16,10 @@ "type": { "$ref": "./ShipType.json" } - } + }, + "required": [ + "type" + ] } }, "transactions": {