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"