fixes to the docs for api updates

This commit is contained in:
Space Admiral 2022-11-15 21:55:50 -08:00
parent 905cf01de8
commit 20f67e68b5
4 changed files with 1526 additions and 1599 deletions

View File

@ -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",

View File

@ -29,7 +29,6 @@
"required": [
"symbol",
"name",
"condition",
"powerOutput",
"requirements"
]

View File

@ -11,6 +11,7 @@
"SURVEYOR",
"COMMAND",
"CARRIER",
"PATROL"
"PATROL",
"SATELLITE"
]
}

File diff suppressed because it is too large Load Diff