File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -215,8 +215,8 @@ $defs:
215
215
description : The hostname of the GRPC service to call.
216
216
port :
217
217
type : integer
218
- min : 0
219
- max : 65535
218
+ minimum : 0
219
+ maximum : 65535
220
220
description : The port number of the GRPC service to call.
221
221
authentication :
222
222
$ref : ' #/$defs/referenceableAuthenticationPolicy'
@@ -579,10 +579,9 @@ $defs:
579
579
additionalProperties :
580
580
type : object
581
581
title : SwitchCase
582
+ required :
583
+ - then
582
584
properties :
583
- name :
584
- type : string
585
- description : The case's name.
586
585
when :
587
586
type : string
588
587
description : A runtime expression used to determine whether or not the case matches.
@@ -633,7 +632,6 @@ $defs:
633
632
description : The amount of time to wait.
634
633
$ref : ' #/$defs/duration'
635
634
flowDirective :
636
- additionalProperties : false
637
635
anyOf :
638
636
- type : string
639
637
enum : [ continue, exit, end ]
You can’t perform that action at this time.
0 commit comments