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.
2 parents 30b3619 + e7dec69 commit f256a05Copy full SHA for f256a05
schema/workflow.yaml
@@ -214,8 +214,8 @@ $defs:
214
description: The hostname of the GRPC service to call.
215
port:
216
type: integer
217
- min: 0
218
- max: 65535
+ minimum: 0
+ maximum: 65535
219
description: The port number of the GRPC service to call.
220
authentication:
221
$ref: '#/$defs/referenceableAuthenticationPolicy'
@@ -620,7 +620,6 @@ $defs:
620
description: The amount of time to wait.
621
$ref: '#/$defs/duration'
622
flowDirective:
623
- additionalProperties: false
624
anyOf:
625
- type: string
626
enum: [ continue, exit, end ]
0 commit comments