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.
14 lines
356 B
YAML
14 lines
356 B
YAML
allOf:
|
|
- $ref: sync_room_event.yaml
|
|
description: Room Events have the following 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: RoomEvent
|
|
type: object
|