9 lines
198 B
YAML
9 lines
198 B
YAML
type: object
|
|
description: The stock location's details.
|
|
required:
|
|
- stock_location
|
|
properties:
|
|
stock_location:
|
|
description: Stock location details.
|
|
$ref: ./StockLocationExpandedDTO.yaml
|