2015-12-07 14:53:48 +01:00
|
|
|
allOf:
|
2018-08-27 06:22:14 +02:00
|
|
|
- $ref: sync_room_event.yaml
|
2019-06-06 06:55:11 +02:00
|
|
|
description: Room Events have the following fields.
|
2015-12-07 14:53:48 +01:00
|
|
|
properties:
|
|
|
|
|
room_id:
|
2018-08-27 06:22:14 +02:00
|
|
|
description: |-
|
|
|
|
|
The ID of the room associated with this event. Will not be present on events
|
2021-01-27 21:14:31 +01:00
|
|
|
that arrive through `/sync`, despite being required everywhere else.
|
2015-12-07 14:53:48 +01:00
|
|
|
type: string
|
|
|
|
|
required:
|
|
|
|
|
- room_id
|
2020-06-19 20:09:39 +02:00
|
|
|
title: RoomEvent
|
2015-12-07 14:53:48 +01:00
|
|
|
type: object
|