mirror of
https://github.com/SpaceTradersAPI/api-docs.git
synced 2024-11-14 22:30:51 +01:00
fix: added format int64
to credits
field of Agent and leaderboards
This commit is contained in:
parent
8f3e44882b
commit
7c00025e0c
@ -17,6 +17,7 @@
|
||||
},
|
||||
"credits": {
|
||||
"type": "integer",
|
||||
"format": "int64",
|
||||
"description": "The number of credits the agent has available. Credits can be negative if funds have been overdrawn."
|
||||
},
|
||||
"startingFaction": {
|
||||
|
@ -119,7 +119,8 @@
|
||||
"type": "string"
|
||||
},
|
||||
"credits": {
|
||||
"type": "integer"
|
||||
"type": "integer",
|
||||
"format": "int64"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
|
Loading…
Reference in New Issue
Block a user