mirror of
https://github.com/SpaceTradersAPI/api-docs.git
synced 2024-11-14 22:30:51 +01:00
Merge pull request #56 from FloWi/credits-int64
fix: added format `int64` to `credits` field of Agent and leaderboards
This commit is contained in:
commit
8522786bb8
@ -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