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
Propose moving the content of SchemaDefRequirement to document top level (same level as CommandLineTool/Workflow etc). The requirement is no longer necessary, and parameters can just refer to types at arbitrary URIs provided they are resolvable.
$graph:
- name: FooRecord
type: record
fields:
foo: string
bar: int
- id: Bar
class: CommandLineTool
inputs:
param1: FooRecord
For discussion:
How to disentangle 'inputBinding' for these types? (Maybe define a new set of types that are compatible but not directly the same, that don't include inputBinding)
Do we want to follow references to type definitions without needing an explicit import?
The text was updated successfully, but these errors were encountered:
SchemaDefRequirement is awkward to use.
Propose moving the content of SchemaDefRequirement to document top level (same level as CommandLineTool/Workflow etc). The requirement is no longer necessary, and parameters can just refer to types at arbitrary URIs provided they are resolvable.
For discussion:
The text was updated successfully, but these errors were encountered: