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": {
|
"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": {
|
||||||
@ -32,4 +33,4 @@
|
|||||||
"credits",
|
"credits",
|
||||||
"startingFaction"
|
"startingFaction"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
@ -119,7 +119,8 @@
|
|||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
"credits": {
|
"credits": {
|
||||||
"type": "integer"
|
"type": "integer",
|
||||||
|
"format": "int64"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
@ -2816,4 +2817,4 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user