mirror of
https://github.com/SpaceTradersAPI/api-docs.git
synced 2024-11-14 22:30:51 +01:00
agent variable descriptions
This commit is contained in:
parent
3715f725fc
commit
1922ea31e8
@ -4,11 +4,13 @@
|
||||
"properties": {
|
||||
"accountId": {
|
||||
"type": "string",
|
||||
"minLength": 1
|
||||
"minLength": 1,
|
||||
"description": "The ID of the agent."
|
||||
},
|
||||
"symbol": {
|
||||
"type": "string",
|
||||
"minLength": 1
|
||||
"minLength": 1,
|
||||
"description": "The agent's name."
|
||||
},
|
||||
"headquarters": {
|
||||
"type": "string",
|
||||
|
Loading…
Reference in New Issue
Block a user