Skip to content

Commit 5b815ad

Browse files
authored
Merge pull request #1112 from adi2412/fix/grpc-host-schema
Fix missing dot in grpc service host validation in the schema.
2 parents 82e17c4 + 788cc1c commit 5b815ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

schema/workflow.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -310,10 +310,10 @@ $defs:
310310
type: string
311311
title: WithGRPCServiceHost
312312
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])?$
313+
pattern: ^[a-zA-Z0-9](?:[a-zA-Z0-9-.]{0,61}[a-zA-Z0-9])?$
314314
port:
315315
type: integer
316-
title: WithGRPCServicePost
316+
title: WithGRPCServicePort
317317
description: The port number of the GRPC service to call.
318318
minimum: 0
319319
maximum: 65535

0 commit comments

Comments
 (0)