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 82e17c4 + 788cc1c commit 5b815adCopy full SHA for 5b815ad
schema/workflow.yaml
@@ -310,10 +310,10 @@ $defs:
310
type: string
311
title: WithGRPCServiceHost
312
description: The hostname of the GRPC service to call.
313
- pattern: ^[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?$
+ pattern: ^[a-zA-Z0-9](?:[a-zA-Z0-9-.]{0,61}[a-zA-Z0-9])?$
314
port:
315
type: integer
316
- title: WithGRPCServicePost
+ title: WithGRPCServicePort
317
description: The port number of the GRPC service to call.
318
minimum: 0
319
maximum: 65535
0 commit comments