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
Another transformation defined in Schema salad is simplification of data type definitions. Type ending with ? should be transformed to [, "null"]. Type ending with [] should be transformed to {"type": "array", "items": }
There is no explicit mention of combining the two simplified type definitions.
This leaves room for interpretation.
For example: string[]?
Should this be understood as:
In https://www.commonwl.org/v1.2/CommandLineTool.html#Document_preprocessing
There is no explicit mention of combining the two simplified type definitions.
This leaves room for interpretation.
For example:
string[]?
Should this be understood as:
string?[]
)?
/[]
relevant?The text was updated successfully, but these errors were encountered: