From fee01f369c916c95b604a391adde4feed0e251b5 Mon Sep 17 00:00:00 2001 From: Pierre Camilleri <22995923+pierrecamilleri@users.noreply.github.com> Date: Mon, 10 Oct 2022 11:18:07 +0200 Subject: [PATCH] message attribute to CarPoolBookingEvent --- standard-covoiturage_openapi.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/standard-covoiturage_openapi.yaml b/standard-covoiturage_openapi.yaml index 6e7850d..18adf23 100644 --- a/standard-covoiturage_openapi.yaml +++ b/standard-covoiturage_openapi.yaml @@ -765,6 +765,10 @@ components: idToken: type: string description: ID token of the user retrieved using the OpenID Connect flows. + message: + type: string + description: Free text content of a message. The message can give additional information on the event. + maxLength: 500 data: oneOf: - $ref: '#/components/schemas/DriverCarpoolBooking'