2022-03-23 16:37:54 +01:00
|
|
|
description: ""
|
2022-03-12 02:55:54 +01:00
|
|
|
type: object
|
|
|
|
properties:
|
|
|
|
waypointSymbol:
|
|
|
|
type: string
|
|
|
|
minLength: 1
|
|
|
|
tradeSymbol:
|
|
|
|
type: string
|
|
|
|
minLength: 1
|
|
|
|
credits:
|
2022-03-23 16:37:54 +01:00
|
|
|
type: integer
|
2022-03-12 02:55:54 +01:00
|
|
|
units:
|
2022-03-23 16:37:54 +01:00
|
|
|
type: integer
|
2022-03-12 02:55:54 +01:00
|
|
|
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
|