2022-03-23 16:37:54 +01:00
|
|
|
description: ""
|
2022-03-10 04:16:02 +01:00
|
|
|
type: object
|
|
|
|
properties:
|
|
|
|
data:
|
|
|
|
type: object
|
|
|
|
properties:
|
|
|
|
tradeSymbol:
|
|
|
|
type: string
|
|
|
|
minLength: 1
|
|
|
|
destination:
|
|
|
|
type: string
|
|
|
|
minLength: 1
|
|
|
|
units:
|
2022-03-23 16:37:54 +01:00
|
|
|
type: integer
|
2022-03-10 04:16:02 +01:00
|
|
|
fulfilled:
|
2022-03-23 16:37:54 +01:00
|
|
|
type: integer
|
2022-03-10 04:16:02 +01:00
|
|
|
required:
|
|
|
|
- tradeSymbol
|
|
|
|
- destination
|
|
|
|
- units
|
|
|
|
- fulfilled
|
|
|
|
required:
|
|
|
|
- data
|
|
|
|
x-examples:
|
|
|
|
example-1:
|
|
|
|
data:
|
|
|
|
tradeSymbol: IRON_ORE
|
|
|
|
destination: X1-OE-PM
|
|
|
|
units: 10000
|
|
|
|
fulfilled: 500
|
|
|
|
examples:
|
|
|
|
- data:
|
|
|
|
tradeSymbol: IRON_ORE
|
|
|
|
destination: X1-OE-PM
|
|
|
|
units: 10000
|
|
|
|
fulfilled: 500
|