--- 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