Skip to content

Commit 9ea4523

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 <ftirados@redhat.com>
1 parent b669d1e commit 9ea4523

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
@@ -553,8 +553,10 @@ $defs:
553553
type: object
554554
minProperties: 1
555555
maxProperties: 1
556+
title: SwitchItem
556557
additionalProperties:
557558
type: object
559+
title: Switch
558560
properties:
559561
name:
560562
type: string

0 commit comments

Comments
 (0)