matrix-spec/data/event-schemas/schema/core-event-schema/room_event.yaml
Kévin Commaille 5a73250ebb
Fix new redocly lints
Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr>
2025-07-25 15:00:19 +02:00

14 lines
374 B
YAML

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