OutputArraySchema

Members

Mixins

__anonymous
mixin genCtor
Undocumented in source.
__anonymous
mixin genIdentifier
Undocumented in source.
__anonymous
mixin genDumper
Undocumented in source.

Static variables

type_
auto type_;

Must be array

Variables

doc_
Either!(None, string, string[]) doc_;

A documentation string for this object, or an array of strings which should be concatenated.

items_
Either!(CWLType, OutputRecordSchema, OutputEnumSchema, OutputArraySchema, string, Either!(CWLType, OutputRecordSchema, OutputEnumSchema, OutputArraySchema, string)[]) items_;

Defines the type of the array elements.

label_
Either!(None, string) label_;

A short, human-readable label of this object.

name_
Either!(None, string) name_;

The identifier for this type

Meta