mirror of
https://github.com/SpaceTradersAPI/api-docs.git
synced 2024-11-14 22:30:51 +01:00
update: add starting faction to agent model
This commit is contained in:
parent
4ec2806046
commit
b277bdc7d6
@ -18,12 +18,18 @@
|
||||
"credits": {
|
||||
"type": "integer",
|
||||
"description": "The number of credits the agent has available. Credits can be negative if funds have been overdrawn."
|
||||
},
|
||||
"startingFaction": {
|
||||
"type": "string",
|
||||
"minLength": 1,
|
||||
"description": "The faction the agent started with."
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"accountId",
|
||||
"symbol",
|
||||
"headquarters",
|
||||
"credits"
|
||||
"credits",
|
||||
"startingFaction"
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue
Block a user