Fix format (array of objects, not object)
This commit is contained in:
parent
27113d71ff
commit
0f6e414eb6
1 changed files with 59 additions and 56 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue