Review
This commit is contained in:
parent
d25f4412d4
commit
42b11e096f
2 changed files with 6 additions and 5 deletions
|
@ -25,24 +25,24 @@ allOf:
|
||||||
edu_type:
|
edu_type:
|
||||||
type: enum
|
type: enum
|
||||||
enum: ['m.direct_to_device']
|
enum: ['m.direct_to_device']
|
||||||
description: The string ``m.direct_to_device``
|
description: The string ``m.direct_to_device``.
|
||||||
example: "m.direct_to_device"
|
example: "m.direct_to_device"
|
||||||
content:
|
content:
|
||||||
type: object
|
type: object
|
||||||
description: The description of the direct-to-device message
|
description: The description of the direct-to-device message.
|
||||||
title: To Device Message
|
title: To Device Message
|
||||||
properties:
|
properties:
|
||||||
sender:
|
sender:
|
||||||
type: string
|
type: string
|
||||||
description: user ID of the sender
|
description: User ID of the sender.
|
||||||
example: "john@example.com"
|
example: "john@example.com"
|
||||||
type:
|
type:
|
||||||
type: string
|
type: string
|
||||||
description: event type for the message
|
description: Event type for the message.
|
||||||
example: "m.room_key_request"
|
example: "m.room_key_request"
|
||||||
message_id:
|
message_id:
|
||||||
type: string
|
type: string
|
||||||
description: unique ID for the message, used for idempotence. Arbitrary
|
description: Unique ID for the message, used for idempotence. Arbitrary
|
||||||
utf8 string, of maximum length 32 codepoints.
|
utf8 string, of maximum length 32 codepoints.
|
||||||
example: "hiezohf6Hoo7kaev"
|
example: "hiezohf6Hoo7kaev"
|
||||||
messages:
|
messages:
|
||||||
|
|
|
@ -1022,6 +1022,7 @@ the following EDU:
|
||||||
|
|
||||||
{{definition_ss_event_schemas_m_direct_to_device}}
|
{{definition_ss_event_schemas_m_direct_to_device}}
|
||||||
|
|
||||||
|
|
||||||
Content Repository
|
Content Repository
|
||||||
------------------
|
------------------
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue