mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-02-25 15:33:42 +01:00
Merge pull request #997 from Famedly/nico/fix-missing-object-type
Add missing object type to openapi client event
This commit is contained in:
commit
b5cb9f7364
|
|
@ -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…
Reference in a new issue