Skip to content

Commit

Permalink
patch CWL Workflow input source as array (relates to common-workflow-…
Browse files Browse the repository at this point in the history
  • Loading branch information
fmigneault committed Jun 3, 2023
1 parent a67e7ec commit e78ce77
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions openapi/schemas/processes-dru/cwl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit e78ce77

Please sign in to comment.