Skip to content

Commit

Permalink
Add CustomerProductOption and productType to OpenAPI schema
Browse files Browse the repository at this point in the history
  • Loading branch information
jamalsoueidan committed Jul 1, 2024
1 parent 99ea460 commit 1deb02f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions openapi/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,8 @@ components:
$ref: paths/customer/schedule/_types/product-notice-period.yaml
CustomerProductNoticeUnit:
$ref: paths/customer/schedule/_types/product-notice-unit.yaml
CustomerProductOption:
$ref: paths/customer/schedule/_types/product-options.yaml
CustomerProductLocations:
$ref: paths/customer/schedule/_types/product-locations.yaml
CustomerProductUpdateResponse:
Expand Down
2 changes: 2 additions & 0 deletions openapi/paths/customer/schedule/_types/base-product.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ properties:
type: array
items:
$ref: "./product-options.yaml"
productType:
type: string
description:
type: string
descriptionHtml:
Expand Down

0 comments on commit 1deb02f

Please sign in to comment.