From b037f2896cda9d1d0481c2aa21cb924f49387834 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Commaille?= Date: Fri, 1 May 2026 08:24:46 +0200 Subject: [PATCH] Clarify Event ID string format in m.room.pinned_events MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Kévin Commaille --- data/event-schemas/schema/m.room.pinned_events.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/data/event-schemas/schema/m.room.pinned_events.yaml b/data/event-schemas/schema/m.room.pinned_events.yaml index e4206ade..4e5ea1a9 100644 --- a/data/event-schemas/schema/m.room.pinned_events.yaml +++ b/data/event-schemas/schema/m.room.pinned_events.yaml @@ -11,6 +11,8 @@ properties: description: An ordered list of event IDs to pin. items: type: string + format: mx-event-id + pattern: "^$" type: array required: - pinned