Skip to content

Commit 1d65704

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 Remove unused imports Fix test input urls Conformance tests should be their own header in input schema gen readme Also move part headers to secondary header and added toc Re-trigger CICD github actions testing
1 parent e1136c1 commit 1d65704

12 files changed

+2606
-708
lines changed

README.rst

+2-2
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)