mirror of
https://github.com/SpaceTradersAPI/api-docs.git
synced 2024-11-14 22:30:51 +01:00
Update Agent.json symbol minlen fixed
This commit is contained in:
parent
1771f4a5a9
commit
c11ab9a928
@ -9,7 +9,7 @@
|
|||||||
},
|
},
|
||||||
"symbol": {
|
"symbol": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"minLength": 1,
|
"minLength": 3,
|
||||||
"maxLength": 14,
|
"maxLength": 14,
|
||||||
"description": "Symbol of the agent."
|
"description": "Symbol of the agent."
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user