mirror of
https://github.com/SpaceTradersAPI/api-docs.git
synced 2024-11-14 22:30:51 +01:00
fix: remove minLength on Ship symbol
This commit is contained in:
parent
550bec2e43
commit
bb0bc76305
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user