matrix-spec/data/event-schemas/schema/m.key.verification.m.relates_to.yaml
Sumner Evans a9350fcc41
fixup! e2ee/device verification: normalize all links
Signed-off-by: Sumner Evans <sumner.evans@automattic.com>
2024-06-07 11:31:58 -06:00

23 lines
725 B
YAML

---
description: |-
Required when sent as an in-room message. Indicates the
[`m.key.verification.request`](#mkeyverificationrequest) 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: |-
The relationship type. Currently, this can only be an
[`m.reference`](/client-server-api/#reference-relations) relationship type.
event_id:
type: string
description: |-
The event ID of the
[`m.key.verification.request`](#mkeyverificationrequest) that this
message is related to.
type: object
title: VerificationRelatesTo