Files
medusa-store/docs/api/admin/components/schemas/ExtendedReservationItem.yaml
github-actions[bot] 274056a38d chore(docs): Generated API Reference (#4205)
Co-authored-by: olivermrbl <olivermrbl@users.noreply.github.com>
Co-authored-by: Shahed Nasser <shahednasser@gmail.com>
2023-05-31 17:10:23 +03:00

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