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.
1 parent c6c9be6 commit 1aa4a87Copy full SHA for 1aa4a87
json-schema/cwl.yaml
@@ -1278,10 +1278,15 @@ $defs:
1278
title: CWL type string definition
1279
summary: CWL type string definition.
1280
description: Field type definition.
1281
+ $comment: |
1282
+ Note that 'Any' is equivalent to any of the non-null types.
1283
+ Therefore, a nullable 'Any' explicitly specified by 'Any?' or its array-nullable form 'Any[]?' are not equivalent.
1284
enum:
1285
- 'null'
1286
- Any
1287
+ - Any?
1288
- Any[]
1289
+ - Any[]?
1290
- Directory
1291
- Directory?
1292
- Directory[]
0 commit comments