Co-authored-by: olivermrbl <olivermrbl@users.noreply.github.com> Co-authored-by: Shahed Nasser <shahednasser@gmail.com>
12 lines
294 B
YAML
12 lines
294 B
YAML
type: object
|
|
allOf:
|
|
- $ref: ./ReservationItemDTO.yaml
|
|
- type: object
|
|
properties:
|
|
line_item:
|
|
description: optional line item
|
|
$ref: ./LineItem.yaml
|
|
inventory_item:
|
|
description: inventory item from inventory module
|
|
$ref: ./InventoryItemDTO.yaml
|