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'