Skip to content

Commit f256a05

Browse files
authored
Merge branch 'main' into fix-switch-schema
2 parents 30b3619 + e7dec69 commit f256a05

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

schema/workflow.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -214,8 +214,8 @@ $defs:
214214
description: The hostname of the GRPC service to call.
215215
port:
216216
type: integer
217-
min: 0
218-
max: 65535
217+
minimum: 0
218+
maximum: 65535
219219
description: The port number of the GRPC service to call.
220220
authentication:
221221
$ref: '#/$defs/referenceableAuthenticationPolicy'
@@ -620,7 +620,6 @@ $defs:
620620
description: The amount of time to wait.
621621
$ref: '#/$defs/duration'
622622
flowDirective:
623-
additionalProperties: false
624623
anyOf:
625624
- type: string
626625
enum: [ continue, exit, end ]

0 commit comments

Comments
 (0)