switch to travis' example
This commit is contained in:
parent
49f0a06238
commit
43f2819702
1 changed files with 5 additions and 2 deletions
|
@ -52,9 +52,12 @@ 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: string
|
type: object
|
||||||
|
title: User Devices
|
||||||
additionalProperties:
|
additionalProperties:
|
||||||
type: string
|
type: object
|
||||||
|
title: Device Message Contents
|
||||||
|
properties: {}
|
||||||
example: {
|
example: {
|
||||||
"alice@example.org": {
|
"alice@example.org": {
|
||||||
"IWHQUZUIAH": {
|
"IWHQUZUIAH": {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue