matrix-spec/data/event-schemas/schema/core-event-schema/room_event.yaml
2025-07-24 12:02:35 +02:00

16 lines
411 B
YAML

$schema: https://json-schema.org/draft/2020-12/schema
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