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
|
|
|
allOf:
|
|
|
|
|
- $ref: core-event-schema/event.yaml
|
|
|
|
|
|
|
|
|
|
description: |-
|
|
|
|
|
Indicates that a verification process/request has completed successfully.
|
|
|
|
|
properties:
|
|
|
|
|
content:
|
|
|
|
|
properties:
|
|
|
|
|
transaction_id:
|
|
|
|
|
type: string
|
|
|
|
|
description: |-
|
|
|
|
|
Required when sent as a to-device message. The opaque identifier for
|
|
|
|
|
the verification process/request.
|
|
|
|
|
m.relates_to:
|
2024-04-23 18:07:24 +02:00
|
|
|
$ref: m.key.verification.m.relates_to.yaml
|
2021-04-21 00:54:00 +02:00
|
|
|
type: object
|
|
|
|
|
type:
|
|
|
|
|
enum:
|
|
|
|
|
- m.key.verification.done
|
|
|
|
|
type: string
|
|
|
|
|
type: object
|