$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