mirror of
https://github.com/SpaceTradersAPI/api-docs.git
synced 2024-11-15 06:40:51 +01:00
32 lines
502 B
YAML
32 lines
502 B
YAML
|
description: ''
|
||
|
type: object
|
||
|
properties:
|
||
|
shipSymbol:
|
||
|
type: string
|
||
|
minLength: 1
|
||
|
yield:
|
||
|
type: object
|
||
|
properties:
|
||
|
tradeSymbol:
|
||
|
type: string
|
||
|
minLength: 1
|
||
|
units:
|
||
|
type: number
|
||
|
required:
|
||
|
- tradeSymbol
|
||
|
- units
|
||
|
required:
|
||
|
- shipSymbol
|
||
|
- yield
|
||
|
x-examples:
|
||
|
example-1:
|
||
|
shipSymbol: 4B902A-1
|
||
|
yield:
|
||
|
tradeSymbol: SILICON
|
||
|
units: 16
|
||
|
examples:
|
||
|
- shipSymbol: 4B902A-1
|
||
|
yield:
|
||
|
tradeSymbol: SILICON
|
||
|
units: 16
|