Set kind as nullable in definition

Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr>
This commit is contained in:
Kévin Commaille 2022-11-17 16:13:47 +01:00
parent 3da9a0b58c
commit ebbb25699b
No known key found for this signature in database
GPG key ID: DD507DAE96E8245C

View file

@ -182,7 +182,9 @@ paths:
If the `kind` is `"email"`, this is the email address to
send notifications to.
kind:
type: string
type:
- "string"
- "null"
description: |-
The kind of pusher to configure. `"http"` makes a pusher that
sends HTTP pokes. `"email"` makes a pusher that emails the