mirror of
https://github.com/matrix-org/matrix-spec
synced 2025-12-21 00:48:38 +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.
|
description: The canonical alias.
|
||||||
type: string
|
type: string
|
||||||
type: object
|
type: object
|
||||||
required:
|
required:
|
||||||
- alias
|
- alias
|
||||||
state_key:
|
state_key:
|
||||||
description: A zero-length string.
|
description: A zero-length string.
|
||||||
pattern: '^$'
|
pattern: '^$'
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue