Skip to content

Commit

Permalink
refactor(order.yaml): simplify line_items property definition by usin…
Browse files Browse the repository at this point in the history
…g $ref directly
  • Loading branch information
jamalsoueidan committed Dec 9, 2023
1 parent 74a9ccc commit b431cab
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions openapi/paths/customer/order/_types/order.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,7 @@ properties:
items:
$ref: fulfillment.yaml
line_items:
type: array
items:
$ref: line-item.yaml
$ref: line-item.yaml
refunds:
type: array
items:
Expand Down

0 comments on commit b431cab

Please sign in to comment.