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