mirror of
https://github.com/SpaceTradersAPI/api-docs.git
synced 2024-11-15 06:40:51 +01:00
19 lines
261 B
YAML
19 lines
261 B
YAML
|
description: ""
|
||
|
type: object
|
||
|
properties:
|
||
|
waypointSymbol:
|
||
|
type: string
|
||
|
minLength: 1
|
||
|
tradeSymbol:
|
||
|
type: string
|
||
|
minLength: 1
|
||
|
price:
|
||
|
type: number
|
||
|
tariff:
|
||
|
type: number
|
||
|
required:
|
||
|
- waypointSymbol
|
||
|
- tradeSymbol
|
||
|
- price
|
||
|
- tariff
|