mirror of
https://github.com/SpaceTradersAPI/api-docs.git
synced 2024-11-14 22:30:51 +01:00
30 lines
485 B
YAML
30 lines
485 B
YAML
description: ""
|
|
type: object
|
|
properties:
|
|
waypointSymbol:
|
|
type: string
|
|
minLength: 1
|
|
tradeSymbol:
|
|
type: string
|
|
minLength: 1
|
|
credits:
|
|
type: integer
|
|
units:
|
|
type: integer
|
|
required:
|
|
- waypointSymbol
|
|
- tradeSymbol
|
|
- credits
|
|
- units
|
|
x-examples:
|
|
example-1:
|
|
waypointSymbol: X1-OE-PM
|
|
tradeSymbol: MICROPROCESSORS
|
|
credits: -843
|
|
units: 1
|
|
examples:
|
|
- waypointSymbol: X1-OE-PM
|
|
tradeSymbol: MICROPROCESSORS
|
|
credits: 843
|
|
units: 1
|