0
0
Fork 0
matrix-doc/event-schemas/schema/core-event-schema/room_event.yaml

14 lines
359 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: Room Event
type: object