mirror of
https://github.com/matrix-org/matrix-spec
synced 2025-12-20 16:38:37 +01:00
m.room.canonical alias: fix schema syntax
This commit is contained in:
parent
d4194dd24e
commit
be9dccb266
|
|
@ -16,8 +16,8 @@ properties:
|
|||
description: The canonical alias.
|
||||
type: string
|
||||
type: object
|
||||
required:
|
||||
- alias
|
||||
required:
|
||||
- alias
|
||||
state_key:
|
||||
description: A zero-length string.
|
||||
pattern: '^$'
|
||||
|
|
|
|||
Loading…
Reference in a new issue