Skip to content

Commit e7dec69

Browse files
authored
Merge pull request #924 from matthias-pichler-warrify/fix-port-schema
Fix port schema
2 parents 631bdc5 + abdd573 commit e7dec69

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'
@@ -621,7 +621,6 @@ $defs:
621621
description: The amount of time to wait.
622622
$ref: '#/$defs/duration'
623623
flowDirective:
624-
additionalProperties: false
625624
anyOf:
626625
- type: string
627626
enum: [ continue, exit, end ]

0 commit comments

Comments
 (0)