matrix-spec/data/event-schemas/schema/core-event-schema/room_event.yaml
2025-08-08 17:19:44 +02:00

16 lines
429 B
YAML

$schema: https://json-schema.org/draft/2020-12/schema
title: RoomEvent
description: Room Events have the following fields.
allOf:
- $ref: sync_room_event.yaml
- type: object
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