mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-07-29 17:17:47 +02:00
Clarify Event ID string format in m.room.pinned_events
Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr>
This commit is contained in:
parent
641214a37f
commit
b037f2896c
|
|
@ -11,6 +11,8 @@ properties:
|
||||||
description: An ordered list of event IDs to pin.
|
description: An ordered list of event IDs to pin.
|
||||||
items:
|
items:
|
||||||
type: string
|
type: string
|
||||||
|
format: mx-event-id
|
||||||
|
pattern: "^$"
|
||||||
type: array
|
type: array
|
||||||
required:
|
required:
|
||||||
- pinned
|
- pinned
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue