✏️ Google pub/sub - Filter is required (#9479)

* 📝 Google pub/sub - Filter is required

* There is no default for required keys
This commit is contained in:
Klaas Schoute 2019-05-20 13:27:24 +02:00 committed by Fabian Affolter
parent 1d6d713ee9
commit f3c6ba044f

View File

@ -55,9 +55,8 @@ credentials_json:
type: string type: string
filter: filter:
description: Filter domains and entities for Google Cloud Pub/Sub. description: Filter domains and entities for Google Cloud Pub/Sub.
required: false required: true
type: map type: map
default: Includes all entities from all domains
keys: keys:
include_domains: include_domains:
description: List of domains to include (e.g., `light`). description: List of domains to include (e.g., `light`).