Skip to content

Fix port schema #924

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 17, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions schema/workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -214,8 +214,8 @@ $defs:
description: The hostname of the GRPC service to call.
port:
type: integer
min: 0
max: 65535
minimum: 0
maximum: 65535
description: The port number of the GRPC service to call.
authentication:
$ref: '#/$defs/referenceableAuthenticationPolicy'
Expand Down Expand Up @@ -621,7 +621,6 @@ $defs:
description: The amount of time to wait.
$ref: '#/$defs/duration'
flowDirective:
additionalProperties: false
anyOf:
- type: string
enum: [ continue, exit, end ]
Expand Down
Loading