mirror of
https://github.com/SpaceTradersAPI/api-docs.git
synced 2024-11-15 06:40:51 +01:00
30 lines
483 B
YAML
30 lines
483 B
YAML
|
description: ''
|
||
|
type: object
|
||
|
properties:
|
||
|
waypointSymbol:
|
||
|
type: string
|
||
|
minLength: 1
|
||
|
tradeSymbol:
|
||
|
type: string
|
||
|
minLength: 1
|
||
|
credits:
|
||
|
type: number
|
||
|
units:
|
||
|
type: number
|
||
|
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
|