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", "type": "object",
"properties": { "properties": {
"symbol": { "shipSymbol": {
"type": "string",
"description": "The symbol of the ship that made the transaction."
},
"tradeSymbol": {
"type": "string", "type": "string",
"description": "The symbol of the trade good." "description": "The symbol of the trade good."
}, },
@ -28,10 +32,6 @@
"description": "The total price of the transaction.", "description": "The total price of the transaction.",
"minimum": 1 "minimum": 1
}, },
"shipSymbol": {
"type": "string",
"description": "The symbol of the ship that made the transaction."
},
"timestamp": { "timestamp": {
"type": "string", "type": "string",
"format": "date-time", "format": "date-time",

View File

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

View File

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

File diff suppressed because it is too large Load Diff