Skip to content

Commit 7795f1d

Browse files
committed
Added complex types to inputs schema gen
* Use default definitions * Collect slim definition schema * Use Any as having any properties * Add passing and expected failing tests * Use type objects to generate schemas * Recurse through record schema objects
1 parent b4d3b62 commit 7795f1d

12 files changed

+2601
-708
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,11 +121,11 @@ Expressions into separate steps in the manner of cwl-expression-refactor.
121121
Generate for Workflow Parameters from a CWL document
122122
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
123123

124-
``cwl-input-schema-gen`` generates a JSON Schema for workflow input parameters from a CWL document.
124+
``cwl-inputs-schema-gen`` generates a JSON Schema for workflow input parameters from a CWL document.
125125

126126
.. code:: bash
127127
128-
cwl-input-schema-gen path_to_my_workflow.cwl
128+
cwl-inputs-schema-gen path_to_my_workflow.cwl
129129
130130
Using the CWL Parsers
131131
~~~~~~~~~~~~~~~~~~~~~

0 commit comments

Comments
 (0)