From 9a3da0b574a053681a0a8e8f819d9ee49e0ef473 Mon Sep 17 00:00:00 2001 From: Nicolas Werner Date: Wed, 16 Mar 2022 15:17:24 +0100 Subject: [PATCH] Add missing object type to openapi client event Signed-off-by: Nicolas Werner --- data/api/client-server/definitions/client_event.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/data/api/client-server/definitions/client_event.yaml b/data/api/client-server/definitions/client_event.yaml index 14aa9e6e..d9606676 100644 --- a/data/api/client-server/definitions/client_event.yaml +++ b/data/api/client-server/definitions/client_event.yaml @@ -19,7 +19,8 @@ description: |- type: object allOf: - $ref: "client_event_without_room_id.yaml" - - properties: + - type: object + properties: room_id: description: The ID of the room associated with this event. type: string