mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-07-02 12:17:47 +02:00
move bottom-level object description to additionalProperties
Signed-off-by: jpcshka <189279532+jpcshka@users.noreply.github.com>
This commit is contained in:
parent
f5b7b5cb94
commit
90157144d8
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue