matrix-spec/data/event-schemas/schema/core-event-schema/room_event.yaml

14 lines
356 B
YAML
Raw Normal View History

2015-12-07 14:53:48 +01:00
allOf:
- $ref: sync_room_event.yaml
description: Room Events have the following fields.
2015-12-07 14:53:48 +01:00
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.
2015-12-07 14:53:48 +01:00
type: string
required:
- room_id
title: RoomEvent
2015-12-07 14:53:48 +01:00
type: object