Skip to content

move SchemaDef to top level #38

@tetron

Description

@tetron

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.

$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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions