From 12653f791fe6c624870c484a7590fbbf1dc805a2 Mon Sep 17 00:00:00 2001 From: davelopez <46503462+davelopez@users.noreply.github.com> Date: Sat, 1 Jun 2024 19:17:41 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A5HACK!=20add=20default=20value=20to?= =?UTF-8?q?=20class=20field=20in=20format2=20schema?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This is probably something that should be part of the official schema, but not sure if this is the correct way or should be an enum with a single value. Unless there are more classes supported? --- workflow-languages/schemas/gxformat2/v19_09/workflows.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/workflow-languages/schemas/gxformat2/v19_09/workflows.yaml b/workflow-languages/schemas/gxformat2/v19_09/workflows.yaml index 7f50924..0feeb5f 100644 --- a/workflow-languages/schemas/gxformat2/v19_09/workflows.yaml +++ b/workflow-languages/schemas/gxformat2/v19_09/workflows.yaml @@ -362,6 +362,8 @@ $graph: "_id": "@type" "_type": "@vocab" type: string + # This default is a hack and is not included in the official schema. + default: "GalaxyWorkflow" - name: steps doc: { $include: ../common/steps_description.txt } type: