From bb0bc7630521cf750833424190c6d80481f0a0aa Mon Sep 17 00:00:00 2001 From: SpaceAdmiral Date: Mon, 8 May 2023 08:02:53 -0700 Subject: [PATCH] fix: remove minLength on Ship symbol --- models/Ship.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/models/Ship.json b/models/Ship.json index 40e9ed8..77637f0 100644 --- a/models/Ship.json +++ b/models/Ship.json @@ -4,8 +4,7 @@ "properties": { "symbol": { "type": "string", - "description": "The globally unique identifier of the ship in the following format: `[AGENT_SYMBOL]_[HEX_ID]`", - "minLength": 8 + "description": "The globally unique identifier of the ship in the following format: `[AGENT_SYMBOL]_[HEX_ID]`" }, "registration": { "$ref": "./ShipRegistration.json"