We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9c885bb + 8595405 commit 76ba33cCopy full SHA for 76ba33c
cwltool/schemas/v1.0/concepts.md
@@ -108,6 +108,10 @@ An implementation must resolve [$import](SchemaSalad.html#Import) and
108
[$include](SchemaSalad.html#Import) directives as described in the
109
[Schema Salad specification](SchemaSalad.html).
110
111
+Another transformation defined in Schema salad is simplification of data type definitions.
112
+Type `<T>` ending with `?` should be transformed to `[<T>, "null"]`.
113
+Type `<T>` ending with `[]` should be transformed to `{"type": "array", "items": <T>}`
114
+
115
## Extensions and Metadata
116
117
Input metadata (for example, a lab sample identifier) may be represented within
0 commit comments