Skip to content

Commit 9b31aa7

Browse files
committed
Fix missing dot in grpc service host validation in the schema.
Signed-off-by: Aditya Raisinghani <[email protected]>
1 parent 82e17c4 commit 9b31aa7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

schema/workflow.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ $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
316316
title: WithGRPCServicePost

0 commit comments

Comments
 (0)