You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
559 B
YAML
24 lines
559 B
YAML
4 years ago
|
---
|
||
|
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:
|
||
|
allOf:
|
||
|
- $ref: m.key.verification.m.relates_to.yaml
|
||
|
type: object
|
||
|
type:
|
||
|
enum:
|
||
|
- m.key.verification.done
|
||
|
type: string
|
||
|
type: object
|