@@ -188,7 +188,7 @@ $defs:
188
188
$ref : ' #/$defs/referenceableAuthenticationPolicy'
189
189
description : The authentication policy, if any, to use when calling the AsyncAPI operation.
190
190
required : [ document, operationRef ]
191
- additionalProperties : false
191
+ unevaluatedProperties : false
192
192
description : Defines the AsyncAPI call to perform.
193
193
- title : CallGRPC
194
194
$ref : ' #/$defs/taskBase'
@@ -208,6 +208,7 @@ $defs:
208
208
description : The proto resource that describes the GRPC service to call.
209
209
service :
210
210
type : object
211
+ unevaluatedProperties : false
211
212
properties :
212
213
name :
213
214
type : string
@@ -233,7 +234,7 @@ $defs:
233
234
additionalProperties : true
234
235
description : The arguments, if any, to call the method with.
235
236
required : [ proto, service, method ]
236
- additionalProperties : false
237
+ unevaluatedProperties : false
237
238
description : Defines the GRPC call to perform.
238
239
- title : CallHTTP
239
240
$ref : ' #/$defs/taskBase'
@@ -267,7 +268,7 @@ $defs:
267
268
enum : [ raw, content, response ]
268
269
description : The http call output format. Defaults to 'content'.
269
270
required : [ method, endpoint ]
270
- additionalProperties : false
271
+ unevaluatedProperties : false
271
272
description : Defines the HTTP call to perform.
272
273
- title : CallOpenAPI
273
274
$ref : ' #/$defs/taskBase'
@@ -300,7 +301,7 @@ $defs:
300
301
enum : [ raw, content, response ]
301
302
description : The http call output format. Defaults to 'content'.
302
303
required : [ document, operationId ]
303
- additionalProperties : false
304
+ unevaluatedProperties : false
304
305
description : Defines the OpenAPI call to perform.
305
306
- title : CallFunction
306
307
$ref : ' #/$defs/taskBase'
0 commit comments