Skip to content

Commit

Permalink
Adding title to switch
Browse files Browse the repository at this point in the history
This helps pojo generator to automatically set proper name to switch
related pojos

Signed-off-by: Francisco Javier Tirado Sarti <ftirados@redhat.com>
  • Loading branch information
fjtirado committed Jun 27, 2024
1 parent b669d1e commit a9c7e89
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions schema/workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -553,8 +553,10 @@ $defs:
type: object
minProperties: 1
maxProperties: 1
title: SwitchItem
additionalProperties:
type: object
title: SwitchCase
properties:
name:
type: string
Expand Down

0 comments on commit a9c7e89

Please sign in to comment.