Skip to content

Commit fe571bc

Browse files
authored
chore: generate remaining output type metadata (#223)
1 parent 8b06b62 commit fe571bc

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

metadata.yaml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -171,17 +171,20 @@ spec:
171171
description: The name list of Pub/Sub subscriptions
172172
type:
173173
- tuple
174-
- []
174+
- - string
175175
- name: subscription_paths
176176
description: The path list of Pub/Sub subscriptions
177177
type:
178178
- tuple
179-
- []
179+
- - string
180180
- name: topic
181181
description: The name of the Pub/Sub topic
182182
type: string
183183
- name: topic_labels
184184
description: Labels assigned to the Pub/Sub topic
185+
type:
186+
- map
187+
- string
185188
- name: uri
186189
description: The URI of the Pub/Sub topic
187190
type: string

0 commit comments

Comments
 (0)