move bottom-level object description to additionalProperties

Signed-off-by: jpcshka <189279532+jpcshka@users.noreply.github.com>
This commit is contained in:
jpcshka 2026-06-30 13:33:09 +03:00
parent f5b7b5cb94
commit 90157144d8
No known key found for this signature in database
GPG key ID: ACD395A54EA0AEAE

View file

@ -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