From 90157144d86d3effad24e75311655b4da5945350 Mon Sep 17 00:00:00 2001 From: jpcshka <189279532+jpcshka@users.noreply.github.com> Date: Tue, 30 Jun 2026 13:33:09 +0300 Subject: [PATCH] move bottom-level object description to additionalProperties Signed-off-by: jpcshka <189279532+jpcshka@users.noreply.github.com> --- data/event-schemas/schema/m.image_pack.rooms.yaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/data/event-schemas/schema/m.image_pack.rooms.yaml b/data/event-schemas/schema/m.image_pack.rooms.yaml index 462d324e..474df9ac 100644 --- a/data/event-schemas/schema/m.image_pack.rooms.yaml +++ b/data/event-schemas/schema/m.image_pack.rooms.yaml @@ -20,9 +20,6 @@ properties: Each entry references a specific `m.room.image_pack` state event that the user has enabled globally. - The bottom-level object is reserved for future use. Clients SHOULD treat it as opaque and preserve any unrecognised - properties when modifying this event. - A room ID present as a key but with no `state_key` entries (i.e. an empty inner object) currently has no defined meaning. @@ -34,7 +31,8 @@ properties: description: | Map from image pack `state_key` to an empty object. - The bottom-level object is reserved ... + The bottom-level object is reserved for future use. Clients SHOULD treat it + as opaque and preserve any unrecognised properties when modifying this event. type: object additionalProperties: type: object