You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trying 'InputArraySchema'
packed2_import_schema-def.cwl:30:25: the `items` field is not valid because:
Term
'_:aec64949-a7fe-4207-a722-1bc42b7a1b6e#capture_kit.yml/capture_kit'
not in vocabulary
Maybe because the base ArraySchema has typeDSL: true not under items but under the static type field?
Inspired by #71 (comment)
Parsing the result of
cwltool --pack
against https://github.com/common-workflow-language/cwl-v1.2/blob/5f27e234b4ca88ed1280dedf9e3391a01de12912/tests/import_schema-def.cwl#L14 works, but if thecapture_kit
type is changed to an array at https://github.com/common-workflow-language/cwl-v1.2/blob/5f27e234b4ca88ed1280dedf9e3391a01de12912/tests/import_schema-def.cwl#L14 then we getMaybe because the base
ArraySchema
hastypeDSL: true
not underitems
but under the statictype
field?https://github.com/common-workflow-language/schema_salad/blob/main/schema_salad/metaschema/metaschema_base.yml#L172
The text was updated successfully, but these errors were encountered: