mirror of
https://github.com/matrix-org/matrix-spec
synced 2025-12-26 19:08:38 +01:00
14 lines
358 B
YAML
14 lines
358 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
|