experiment with additionalProperties
This commit is contained in:
parent
337041610f
commit
7430c3b56f
1 changed files with 5 additions and 0 deletions
|
@ -51,6 +51,11 @@ allOf:
|
||||||
The contents of the messages to be sent. These are arranged in
|
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.
|
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.
|
The device ID may also be \*, meaning all known devices for the user.
|
||||||
|
additionalProperties:
|
||||||
|
type:
|
||||||
|
- string
|
||||||
|
- string
|
||||||
|
- object
|
||||||
example: {
|
example: {
|
||||||
"alice@example.org": {
|
"alice@example.org": {
|
||||||
"IWHQUZUIAH": {
|
"IWHQUZUIAH": {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue