mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-01-07 08:23:42 +01:00
experiment with additionalProperties
This commit is contained in:
parent
337041610f
commit
7430c3b56f
|
|
@ -51,6 +51,11 @@ allOf:
|
|||
The contents of the messages to be sent. These are arranged in
|
||||
a map of user IDs to a map of device IDs to message bodies.
|
||||
The device ID may also be \*, meaning all known devices for the user.
|
||||
additionalProperties:
|
||||
type:
|
||||
- string
|
||||
- string
|
||||
- object
|
||||
example: {
|
||||
"alice@example.org": {
|
||||
"IWHQUZUIAH": {
|
||||
|
|
|
|||
Loading…
Reference in a new issue