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