mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-01-08 17:03:42 +01:00
experiment with additionalProperties some more
This commit is contained in:
parent
f6326030ba
commit
49f0a06238
|
|
@ -52,10 +52,9 @@ allOf:
|
|||
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
|
||||
type: string
|
||||
additionalProperties:
|
||||
type: string
|
||||
example: {
|
||||
"alice@example.org": {
|
||||
"IWHQUZUIAH": {
|
||||
|
|
|
|||
Loading…
Reference in a new issue