type: object allOf: - $ref: ./ReservationItemDTO.yaml - type: object properties: line_item: description: The line item associated with the reservation. $ref: ./LineItem.yaml inventory_item: description: The inventory item associated with the reservation. $ref: ./InventoryItemDTO.yaml