mirror of
https://github.com/SpaceTradersAPI/api-docs.git
synced 2024-11-14 22:30:51 +01:00
fixes to the docs for api updates
This commit is contained in:
parent
905cf01de8
commit
20f67e68b5
@ -1,7 +1,11 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"symbol": {
|
||||
"shipSymbol": {
|
||||
"type": "string",
|
||||
"description": "The symbol of the ship that made the transaction."
|
||||
},
|
||||
"tradeSymbol": {
|
||||
"type": "string",
|
||||
"description": "The symbol of the trade good."
|
||||
},
|
||||
@ -28,10 +32,6 @@
|
||||
"description": "The total price of the transaction.",
|
||||
"minimum": 1
|
||||
},
|
||||
"shipSymbol": {
|
||||
"type": "string",
|
||||
"description": "The symbol of the ship that made the transaction."
|
||||
},
|
||||
"timestamp": {
|
||||
"type": "string",
|
||||
"format": "date-time",
|
||||
|
@ -29,7 +29,6 @@
|
||||
"required": [
|
||||
"symbol",
|
||||
"name",
|
||||
"condition",
|
||||
"powerOutput",
|
||||
"requirements"
|
||||
]
|
||||
|
@ -11,6 +11,7 @@
|
||||
"SURVEYOR",
|
||||
"COMMAND",
|
||||
"CARRIER",
|
||||
"PATROL"
|
||||
"PATROL",
|
||||
"SATELLITE"
|
||||
]
|
||||
}
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user