From e78ce774e159668d9ede1174418e45ea7834f112 Mon Sep 17 00:00:00 2001 From: Francis Charette Migneault Date: Fri, 2 Jun 2023 22:15:53 -0400 Subject: [PATCH] patch CWL Workflow input source as array (relates to https://github.com/common-workflow-language/cwl-v1.2/issues/247) --- openapi/schemas/processes-dru/cwl.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/openapi/schemas/processes-dru/cwl.yaml b/openapi/schemas/processes-dru/cwl.yaml index 23b6f812..f36bee63 100644 --- a/openapi/schemas/processes-dru/cwl.yaml +++ b/openapi/schemas/processes-dru/cwl.yaml @@ -1488,6 +1488,8 @@ $definitions: additionalProperties: oneOf: - type: string + - type: array + item: string - $ref: '#/$definitions/CWLWorkflowStepInput' CWLWorkflowStepIn: description: Mapping of Workflow step inputs to nested CWL tool definitions inputs or outputs.