mirror of
https://github.com/matrix-org/matrix-spec
synced 2025-12-20 16:38:37 +01:00
Fix format (array of objects, not object)
This commit is contained in:
parent
27113d71ff
commit
0f6e414eb6
|
|
@ -45,7 +45,10 @@ paths:
|
|||
}
|
||||
]
|
||||
schema:
|
||||
type: array
|
||||
items:
|
||||
type: object
|
||||
title: Pusher
|
||||
properties:
|
||||
pushkey:
|
||||
type: string
|
||||
|
|
|
|||
Loading…
Reference in a new issue