cwl-v1.2 icon indicating copy to clipboard operation
cwl-v1.2 copied to clipboard

Specification is unclear on whether array typeDefs are allowed in SchemaDefRequirement

Open jdidion opened this issue 5 years ago • 1 comments

Under https://www.commonwl.org/v1.2/CommandLineTool.html#SchemaDefRequirement it says “type definitions are allowed for enum and record types only.” But the types parameter also allows array schemas.

jdidion avatar Oct 21 '20 13:10 jdidion

Oops! Probably the simplest this is to align the text with the schema and allow named array types in SchemaDefRequirement unless there is some reason not to. It would be a little weird; I'm not sure of the utility.

mr-c avatar Oct 21 '20 13:10 mr-c