mirror of
https://github.com/SpaceTradersAPI/api-docs.git
synced 2024-11-15 06:40: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": {
|
"credits": {
|
||||||
"type": "integer",
|
"type": "integer",
|
||||||
|
"format": "int64",
|
||||||
"description": "The number of credits the agent has available. Credits can be negative if funds have been overdrawn."
|
"description": "The number of credits the agent has available. Credits can be negative if funds have been overdrawn."
|
||||||
},
|
},
|
||||||
"startingFaction": {
|
"startingFaction": {
|
||||||
|
@ -119,7 +119,8 @@
|
|||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
"credits": {
|
"credits": {
|
||||||
"type": "integer"
|
"type": "integer",
|
||||||
|
"format": "int64"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
|
Loading…
Reference in New Issue
Block a user