From a9c7e8970b4f0682b270158bf185e937dc2b7a70 Mon Sep 17 00:00:00 2001 From: Francisco Javier Tirado Sarti Date: Thu, 27 Jun 2024 11:05:45 +0200 Subject: [PATCH] Adding title to switch This helps pojo generator to automatically set proper name to switch related pojos Signed-off-by: Francisco Javier Tirado Sarti --- schema/workflow.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/schema/workflow.yaml b/schema/workflow.yaml index 88435011..4bea697a 100644 --- a/schema/workflow.yaml +++ b/schema/workflow.yaml @@ -553,8 +553,10 @@ $defs: type: object minProperties: 1 maxProperties: 1 + title: SwitchItem additionalProperties: type: object + title: SwitchCase properties: name: type: string