7 lines
130 B
YAML
7 lines
130 B
YAML
allOf:
|
|
- $ref: ./StockLocationDTO.yaml
|
|
- type: object
|
|
properties:
|
|
sales_channels:
|
|
$ref: ./SalesChannel.yaml
|