From 3cd923f6c63231a8fcd2bcdc565c97c7009c854e Mon Sep 17 00:00:00 2001 From: LeandroSilva Date: Fri, 16 Aug 2024 14:22:36 +0200 Subject: [PATCH] fix: CARITAS-243 - remove initializeFeedbackChat and isPeerChat from consultingtypeservice.yaml --- services/consultingtypeservice.yaml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/services/consultingtypeservice.yaml b/services/consultingtypeservice.yaml index 00d1cd7..11878f7 100644 --- a/services/consultingtypeservice.yaml +++ b/services/consultingtypeservice.yaml @@ -310,12 +310,6 @@ components: sessionDataInitializing: allOf: - $ref: '#/components/schemas/SessionDataInitializingDTO' - initializeFeedbackChat: - type: boolean - example: true - isPeerChat: - type: boolean - example: true roles: $ref: '#/components/schemas/RolesDTO' notifications: @@ -377,12 +371,6 @@ components: sendFurtherStepsMessage: type: boolean example: true - initializeFeedbackChat: - type: boolean - example: true - isPeerChat: - type: boolean - example: true furtherInformation: allOf: - $ref: '#/components/schemas/FurtherInformationDTO'