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

15 lines
405 B
YAML
Raw Normal View History

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