From 1deb02fbbc1817ed81b4f21474ffc6a80d02af11 Mon Sep 17 00:00:00 2001 From: Jamal Soueidan Date: Tue, 2 Jul 2024 01:08:50 +0200 Subject: [PATCH] Add CustomerProductOption and productType to OpenAPI schema --- openapi/openapi.yaml | 2 ++ openapi/paths/customer/schedule/_types/base-product.yaml | 2 ++ 2 files changed, 4 insertions(+) diff --git a/openapi/openapi.yaml b/openapi/openapi.yaml index 0413a171..95365a69 100644 --- a/openapi/openapi.yaml +++ b/openapi/openapi.yaml @@ -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: diff --git a/openapi/paths/customer/schedule/_types/base-product.yaml b/openapi/paths/customer/schedule/_types/base-product.yaml index f781cbea..45816bfa 100644 --- a/openapi/paths/customer/schedule/_types/base-product.yaml +++ b/openapi/paths/customer/schedule/_types/base-product.yaml @@ -6,6 +6,8 @@ properties: type: array items: $ref: "./product-options.yaml" + productType: + type: string description: type: string descriptionHtml: