Skip to content

Commit 0d4d658

Browse files
committed
Adding title to switch
This helps pojo generator to automatically set proper name to switch related pojos Signed-off-by: Francisco Javier Tirado Sarti <[email protected]>
1 parent ffcf80b commit 0d4d658

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

schema/workflow.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -571,8 +571,10 @@ $defs:
571571
type: object
572572
minProperties: 1
573573
maxProperties: 1
574+
title: SwitchItem
574575
additionalProperties:
575576
type: object
577+
title: SwitchCase
576578
properties:
577579
name:
578580
type: string

0 commit comments

Comments
 (0)