Add missing object type to openapi client event
Signed-off-by: Nicolas Werner <n.werner@famedly.com>
This commit is contained in:
parent
4da11a99c3
commit
9a3da0b574
1 changed files with 2 additions and 1 deletions
|
@ -19,7 +19,8 @@ description: |-
|
||||||
type: object
|
type: object
|
||||||
allOf:
|
allOf:
|
||||||
- $ref: "client_event_without_room_id.yaml"
|
- $ref: "client_event_without_room_id.yaml"
|
||||||
- properties:
|
- type: object
|
||||||
|
properties:
|
||||||
room_id:
|
room_id:
|
||||||
description: The ID of the room associated with this event.
|
description: The ID of the room associated with this event.
|
||||||
type: string
|
type: string
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue