Closed Grifs closed 7 months ago
.links.*
.references.*
.runners.nextflow.auto.publish
string
either[string, boolean]
.engine.docker.cmd
.engine.docker.entrypoint
.status
viash export json_schema
the file should correctly describe what our schema is
No response
Viash 0.9.0-RC2
What happened?
.links.*
: all fields are set as required.references.*
: all fields are set as required.runners.nextflow.auto.publish
: Type is set tostring
instead ofeither[string, boolean]
(in strict variant).engine.docker.cmd
and.engine.docker.entrypoint
: need to be double checked (in strict variant?).status
should not be an option. Are there more fields like this? (probably) (in strict variant)Steps to reproduce
viash export json_schema
Expected behavior
the file should correctly describe what our schema is
Relevant log output
No response
Version
Viash 0.9.0-RC2
Possible solution
No response
Confirmation
Additional context
No response