We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c192152 commit 5f9a4d7Copy full SHA for 5f9a4d7
schemas/function.yaml
@@ -171,6 +171,10 @@ $defs:
171
description: |
172
The default value for this parameter, if none was given in the call to the function.
173
This property automatically implicitly marks this parameter as optional.
174
+ optional:
175
+ type: boolean
176
+ default: false
177
+ description: If set to true, this parameter is optional.
178
179
returns:
180
type: object
0 commit comments