mirror of
https://github.com/SpaceTradersAPI/api-docs.git
synced 2024-11-14 22:30:51 +01:00
19 lines
263 B
YAML
19 lines
263 B
YAML
description: ""
|
|
type: object
|
|
properties:
|
|
waypointSymbol:
|
|
type: string
|
|
minLength: 1
|
|
tradeSymbol:
|
|
type: string
|
|
minLength: 1
|
|
price:
|
|
type: integer
|
|
tariff:
|
|
type: integer
|
|
required:
|
|
- waypointSymbol
|
|
- tradeSymbol
|
|
- price
|
|
- tariff
|