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 3729923 commit 283cf4aCopy full SHA for 283cf4a
schemas/function.yaml
@@ -163,6 +163,10 @@ $defs:
163
description: |
164
The default value for this parameter, if none was given in the call to the function.
165
This property automatically implicitly marks this parameter as optional.
166
+ optional:
167
+ type: boolean
168
+ default: false
169
+ description: If set to true, this parameter is optional.
170
171
returns:
172
type: object
0 commit comments