You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
405 B
YAML
15 lines
405 B
YAML
allOf:
|
|
- $ref: sync_room_event.yaml
|
|
description: In addition to the Event fields, Room Events have the following additional
|
|
fields.
|
|
properties:
|
|
room_id:
|
|
description: |-
|
|
The ID of the room associated with this event. Will not be present on events
|
|
that arrive through ``/sync``, despite being required everywhere else.
|
|
type: string
|
|
required:
|
|
- room_id
|
|
title: Room Event
|
|
type: object
|