2021-04-21 00:54:00 +02:00
|
|
|
---
|
2025-08-27 08:39:05 +02:00
|
|
|
$schema: https://json-schema.org/draft/2020-12/schema
|
|
|
|
|
|
2021-04-21 00:54:00 +02:00
|
|
|
description: |-
|
|
|
|
|
Required when sent as an in-room message. Indicates the
|
|
|
|
|
`m.key.verification.request` that this message is related to. Note that for
|
|
|
|
|
encrypted messages, this property should be in the unencrypted portion of the
|
|
|
|
|
event.
|
|
|
|
|
properties:
|
|
|
|
|
rel_type:
|
|
|
|
|
type: string
|
|
|
|
|
enum:
|
|
|
|
|
- m.reference
|
|
|
|
|
description: |-
|
2022-10-18 19:50:41 +02:00
|
|
|
The relationship type. Currently, this can only be an
|
|
|
|
|
[`m.reference`](/client-server-api/#reference-relations) relationship type.
|
2021-04-21 00:54:00 +02:00
|
|
|
event_id:
|
|
|
|
|
type: string
|
|
|
|
|
description: |-
|
|
|
|
|
The event ID of the `m.key.verification.request` that this message is
|
|
|
|
|
related to.
|
|
|
|
|
type: object
|
|
|
|
|
title: VerificationRelatesTo
|