experiment with additionalProperties some more
This commit is contained in:
parent
f6326030ba
commit
49f0a06238
1 changed files with 3 additions and 4 deletions
|
@ -52,10 +52,9 @@ allOf:
|
||||||
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:
|
additionalProperties:
|
||||||
type:
|
type: string
|
||||||
- string
|
additionalProperties:
|
||||||
- string
|
type: string
|
||||||
- object
|
|
||||||
example: {
|
example: {
|
||||||
"alice@example.org": {
|
"alice@example.org": {
|
||||||
"IWHQUZUIAH": {
|
"IWHQUZUIAH": {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue