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": { "properties": {
"symbol": { "symbol": {
"type": "string", "type": "string",
"description": "The globally unique identifier of the ship in the following format: `[AGENT_SYMBOL]_[HEX_ID]`", "description": "The globally unique identifier of the ship in the following format: `[AGENT_SYMBOL]_[HEX_ID]`"
"minLength": 8
}, },
"registration": { "registration": {
"$ref": "./ShipRegistration.json" "$ref": "./ShipRegistration.json"