From 038ed6786daca807cec2a64c7828505b11e79157 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] HACK: add default value to class field in format2 schema 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: