Merge pull request #3128 from DevinR528/direct-examp-fix
Fix user ID examples in direct_to_device schema
This commit is contained in:
commit
eb7337044d
2 changed files with 3 additions and 2 deletions
|
@ -0,0 +1 @@
|
|||
Fix various typos throughout the specification.
|
|
@ -35,7 +35,7 @@ allOf:
|
|||
sender:
|
||||
type: string
|
||||
description: User ID of the sender.
|
||||
example: "john@example.com"
|
||||
example: "@john:example.com"
|
||||
type:
|
||||
type: string
|
||||
description: Event type for the message.
|
||||
|
@ -59,7 +59,7 @@ allOf:
|
|||
title: Device Message Contents
|
||||
properties: {}
|
||||
example: {
|
||||
"alice@example.org": {
|
||||
"@alice:example.org": {
|
||||
"IWHQUZUIAH": {
|
||||
"algorithm": "m.megolm.v1.aes-sha2",
|
||||
"room_id": "!Cuyf34gef24t:localhost",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue