mirror of
https://github.com/SpaceTradersAPI/api-docs.git
synced 2024-11-14 22:30:51 +01:00
Update Agent.json
added max len to agent symbol
This commit is contained in:
parent
37b7a029a4
commit
1771f4a5a9
@ -10,6 +10,7 @@
|
|||||||
"symbol": {
|
"symbol": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"minLength": 1,
|
"minLength": 1,
|
||||||
|
"maxLength": 14,
|
||||||
"description": "Symbol of the agent."
|
"description": "Symbol of the agent."
|
||||||
},
|
},
|
||||||
"headquarters": {
|
"headquarters": {
|
||||||
@ -38,4 +39,4 @@
|
|||||||
"credits",
|
"credits",
|
||||||
"startingFaction"
|
"startingFaction"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user