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",
|
"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",
|
||||||
|
@ -29,7 +29,6 @@
|
|||||||
"required": [
|
"required": [
|
||||||
"symbol",
|
"symbol",
|
||||||
"name",
|
"name",
|
||||||
"condition",
|
|
||||||
"powerOutput",
|
"powerOutput",
|
||||||
"requirements"
|
"requirements"
|
||||||
]
|
]
|
||||||
|
@ -11,6 +11,7 @@
|
|||||||
"SURVEYOR",
|
"SURVEYOR",
|
||||||
"COMMAND",
|
"COMMAND",
|
||||||
"CARRIER",
|
"CARRIER",
|
||||||
"PATROL"
|
"PATROL",
|
||||||
|
"SATELLITE"
|
||||||
]
|
]
|
||||||
}
|
}
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user