fix: remove minLength on Ship symbol

This commit is contained in:
SpaceAdmiral 2023-05-08 08:02:53 -07:00
parent 550bec2e43
commit bb0bc76305

View File

@ -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"